@charset "utf-8";
body {
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
	color: #000000;
	background: #FFF;
}
body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
p,
marquee,
from {
	margin: 0;
	padding: 0;
}
ol,
ul,
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.wenda-body p,
.wenda-body a,
.wenda-body td,
.wenda-body span {
	font-weight: normal;
}

::selection {
	background: #219bd9;
	color: #fff;
}

::-moz-selection {
	background: #219bd9;
	color: #fff;
}

::-webkit-selection {
	background: #219bd9;
	color: #fff;
}

.tl {
	text-align: left;
}

.tll {
	text-align: left !important;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.fixed {
	position: fixed;
	z-index: 1;
}

.l {
	float: left;
}

.r {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.after-clear::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.line {
	height: 1px;
	background-color: #ddd;
	overflow: hidden;
}

.h5 {
	height: 5px;
	display: block;
	overflow: hidden;
}

.h10 {
	height: 10px;
	display: block;
	overflow: hidden;
}

.h15 {
	height: 15px;
	display: block;
	overflow: hidden;
}

.h20 {
	height: 20px;
	display: block;
	overflow: hidden;
}

.h50 {
	height: 50px;
	display: block;
	overflow: hidden;
}

.fixhidden {
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.nowarp-hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.relative {
	position: relative;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml50 {
	margin-left: 50px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr50 {
	margin-right: 50px;
}

.red {
	color: #c40000;
}

.blue {
	color: #00a1cc !important;
}

.blue a {
	color: #00a1cc !important;
	font-weight: bold !important;
}

.nobd {
	border-width: 0;
}

.f24 {
	font-size: 24px;
	font-weight: 500;
}

.f20 {
	font-size: 20px !important;
}

.f16 {
	font-size: 16px;
}

.f14 {
	font-size: 14px;
}

.f12 {
	font-size: 12px;
}

.bd1 {
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.l3-28 {
	overflow: hidden;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle:;
}
button,
input {
	line-height: normal;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible:;
}
footer {
	min-width: 1284px;
}

.pt20 {
	padding-top: 20px !important;
}

.btn {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 158px;
	height: 38px;
	padding: 0;
	margin: 0;
	border: 1px solid #b0b0b0;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #b0b0b0;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s
}

.btn:hover {
	text-decoration: none;
	color: #b0b0b0;
}

.btn:focus {
	outline: 0;
}

.btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
}

.btn[disabled] {
	border-style: dashed !important;
	border-color: #e0e0e0;
	background-color: #fff !important;
	color: #b0b0b0 !important;
	cursor: default !important;
}

.btn-disabled {
	background: #e0e0e0 !important;
	border-color: #e0e0e0 !important;
	color: #b0b0b0 !important;
	cursor: default !important;
}

.btn-small {
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
}

.btn-large {
	width: 178px;
	height: 48px;
	line-height: 48px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

input.btn,
button.btn {
	width: 160px;
	height: 40px;
}

input.btn-small,
button.btn-small {
	width: 120px;
	height: 30px;
}

input.btn-large,
button.btn-large {
	width: 180px;
	height: 50px;
}

.btn-primary {
	background: #00a1cc;
	border-color: #00a1cc;
	color: #fff;
}

.btn-primary:hover {
	background-color: #00aad1;
	border-color: #00aad1;
	color: #fff;
}

.btn-red {
	background: #e53935;
	border-color: #e53935;
	color: #fff;
}

.btn-red:hover {
	background-color: #e42a27;
	border-color: #e42a27;
	color: #fff;
}

.btn-line-primary {
	border-color: #00a1cc;
	background: #fff;
	color: #00a1cc;
}

.btn-line-primary:hover {
	color: #fff;
	background-color: #00aad1;
	border-color: #00aad1;
}

.btn-line-red {
	border-color: #e53935;
	background: #fff;
	color: #e53935;
}

.btn-line-red:hover {
	color: #fff;
	background-color: #e42a27;
	border-color: #e42a27;
}

.input-label {
	position: absolute;
	left: 12px;
	top: 11px;
	z-index: 2;
	padding: 0 3px;
	font-size: 14px;
	line-height: 18px;
	color: #b0b0b0;
	background: transparent;
	cursor: text;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.input-text {
	width: 186px;
	height: 18px;
	padding: 10px 16px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	-webkit-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.input-text:hover {
	border-color: #b0b0b0;
}

.input-text:focus {
	outline: 0;
}

textarea.input-text {
	height: 3em;
	resize: vertical;
}

.input-text[type=checkbox]:focus,
.input-text[type=radio]:focus {
	padding: 0px 5px;
	border: 1px solid #ccc;
}

.img-con img {
	transform: scale(1);
	transition: transform 1s linear .1s;
	-moz-transition: transform 1s linear .1s;
	-webkit-transition: transform 1s linear .1s;
	-o-transition: transform 1s linear .1s;
	-ms-transition: transform 1s linear .1s;
}

.img-con img:hover {
	transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
}

.w1200 {
	width: 1202px;
	margin: 0 auto;
}

.w200 {
	width: 192px;
}

.w990 {
	width: 998px;
}

/* top */
.top-box {
	height: 30px;
	line-height: 30px;
	background-color: #00A1CC;
	color: #fff;
	overflow: hidden;
}

.top-box .r {
	color: #00aad1;
}

.top-box a {
	margin: 0 5px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}

.top-box a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #008fcc;
}

/* menu */
.menu-box {
	height: 79px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	color: #fff;
}

.menu-box .con {
	position: relative;
}

.menu-box .menu-logo {
	width: 165px;
}

.menu-box .menu-logo img {
	height: 50px;
	width: 150px;
	margin-top: 19px;
}

.menu-box .menu-item {
	margin-top: 5px;
	width: 774px;
}

.menu-box .menu-item ul li {
	float: left;
	margin-right: 10px;
	display: inline-block;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-box .menu-item ul li.menu_li_login:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(../images/ifb_icon_login_white.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 6px 0;
}

.menu-box .menu-item ul li.menu_li_login,
.menu-box .menu-item ul li.menu_li_zx {
	margin-left: 20px;
}

.menu-box .menu-item ul li.active {
	color: #008fcc;
	border-bottom: 3px solid #00a1cc;
}

.menu-box .menu-item ul li a {
	padding: 0 17px;
	font-size: 16px;
	line-height: 72px;
	text-decoration: none;
}

.menu-box .menu-item ul li a:hover,
.menu-box .menu-item ul li.active a {
	color: #008fcc;
}

.menu-search {
	width: 260px;
	height: 50px;
	margin-top: 20px;
	position: relative;
}

.menu-search .search-form .search-text {
	position: absolute;
	font-family: "微软雅黑", "Microsoft Yahei";
	top: 0px;
	right: 51px;
	z-index: 1;
	width: 196px;
	height: 46px;
	padding: 0 10px 0 20px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	line-height: 48px;
	outline: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.menu-search .search-form .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	width: 52px;
	height: 48px;
	border: 1px solid #eaeaea;
	background: #fff;
	outline: 0;
	background-image: url(../image/search-btn.png);
	background-repeat: no-repeat;
	background-position: 15px 0;
}

.menu-search .search-form:hover .search-text {
	border: 1px solid #00a1cc;
}

.menu-search .search-form:hover .search-btn {
	border: 1px solid #00a1cc;
}

.menu-search .search-form .search-btn:hover {
	border: 1px solid #00a1cc;
	background-color: #00a1cc;
	background-position: 15px -50px;
}

.menu-search .search-form .search-hot-words {
	position: absolute;
	top: 14px;
	right: 62px;
	z-index: 2;
	text-align: right;
}

.menu-search .search-form .search-hot-words a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-left: 5px;
	padding: 1px 5px;
	font-size: 12px;
	background: #eee;
	color: #757575;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
}

.menu-search .search-form .search-hot-words a:hover {
	background-color: #008fcc;
	color: #fff;
}

.menu-search .search-form .keyword-list {
	position: absolute;
	left: -40px;
	top: 48px;
	_top: 48px;
	z-index: 20;
	width: 243px;
	border: 1px solid #00a1cc;
	border-top: 0;
	background: #fff;
}

.menu-search .search-form:hover .keyword-list {
	display: block;
}

.menu-search .search-form .keyword-list ul {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}

.menu-search .search-form .keyword-list li:hover {
	background: #fafafa;
}

.menu-search .search-form .keyword-list li a {
	position: relative;
	display: block;
	padding: 6px 15px;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
}

.menu-search .search-form .keyword-list li a:hover {
	color: #008fcc;
}

.menu-search .search-form .keyword-list li .result {
	position: absolute;
	right: 15px;
	top: 6px;
	color: #b0b0b0;
}

.menu-search .t {
	display: none;
	position: absolute;
	z-index: 10;
	top: 1px;
	left: -10px;
	width: 50px;
	height: 46px;
	line-height: 46px;
	color: #b0b0b0;
	padding: 0 10px;
	border-right: 1px solid #eaeaea;
}

.menu-search .t .box-selected {
	color: #999;
}

.menu-search .t:hover {
	border-right: 1px solid #008fcc;
}

.menu-search .t:hover .box-selected {
	height: 46px;
	line-height: 46px;
	color: #999;
}

.menu-search .t i {
	width: 10px;
	height: 6px;
	margin-left: 3px;
	margin-top: 20px;
	overflow: hidden;
	float: right;
	background-image: url(../image/filter.png);
	background-position: 0 -20px;
	background-repeat: no-repeat;
}

.menu-search .t:hover i {
	background-position: 0 -10px;
}

.menu-search .t dl {
	max-height: 250px;
	overflow-x: none;
	overflow-y: auto;
	left: -3px;
	right: -1px;
	position: absolute;
	line-height: 25px;
	overflow: hidden;
	background-color: #fff;
	border-left: 1px solid #008fcc;
	border-right: 1px solid #008fcc;
	border-bottom: 1px solid #008fcc;
	display: none;
	z-index: 10;
	padding: 5px 0;
}

.menu-search .t:hover dl {
	display: block;
}

.menu-search .t dl a {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	display: block;
}

.menu-search .t dl a:hover,
.menu-search .t dl a.active {
	background-color: #809EAE;
	color: #fff;
	text-decoration: none;
}

.cagegory-slide {
	height: 600px;
	position: relative;
}
.cagegory-slide {
	width: 100%;
	overflow: hidden;
}
.work-box {
	position: relative;
	overflow: hidden;
	font-style: normal;
	font: 12px Arial, Helvetica, sans-serif, "宋体";
	color: #000000;
	background: #FFF;
}
.work-box,
.work-box div,
.work-box ul,
.work-box li,
.work-box a,
.work-box p,
.work-box h2,
.work-box i {
	margin: 0;
	padding: 0;
}
.work-box ul {
	width: 1222px;
	overflow: hidden;
}
.work-box ul li {
	width: 385px;
	height: 148px;
	margin-right: 20px;
	float: left;
	background-color: #fff;
	border: 1px solid #eaeaea;
	list-style: none;
	overflow: hidden;
}

.work-box ul li a {
	height: 148px;
	color: #333;
	text-decoration: none;
	display: block;
}

.work-box ul li:hover {
	border: 1px solid #008fcc;
}

.work-box ul li:hover h2 {
	color: #008fcc;
}

.work-box .item-con {
	width: 220px;
	margin: 20px 30px;
	display: inline-block;
	float: left;
}

.work-box .item-con h2 {
	font-family: "Microsoft Yahei";
	font-size: 1.3em;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.work-box .item-con p {
	height: 36px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #666;
}

.work-box .item-con p.more {
	height: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #008fcc;
}

.work-box i {
	width: 60px;
	height: 50px;
	background-image: url(../image/work.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 45px;
	float: left;
}

.work-box i.img1 {
	background-position: 0 0;
}

.work-box i.img2 {
	background-position: -60px 0;
}

.work-box i.img3 {
	background-position: -120px 0;
}

.work-box i.img4 {
	background-position: -180px 0;
}

.work-box ul li:hover i.img1 {
	background-position: 0 -50px;
}

.work-box ul li:hover i.img2 {
	background-position: -60px -50px;
}

.work-box ul li:hover i.img3 {
	background-position: -120px -50px;
}

.work-box ul li:hover i.img4 {
	background-position: -180px -50px;
}

.work-box .box-btn {
	margin: 40px auto;
	text-align: center;
	font-family: "Microsoft Yahei";
}

.work-box .box-btn a {
	width: 200px;
}

.theme-box {
	margin: 10px auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 40px;
}

.theme-box a {
	padding: 5px 10px;
	color: #fff;
	background-color: #00a1cc;
	border: 1px solid #00a1cc;
	margin: 0 10px;
}

.theme-box a:hover {
	text-decoration: none;
}

.theme-box a.touch {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.nav-box {
	margin: 8px auto;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ececec;
	background-color: #fff;
	text-indent: 20px;
	font-size: 12px;
	color: #666;
}

.nav-box a {
	color: #00a1cc;
	padding: 0 10px;
}

.nav-box a:hover {
	color: #008fcc;
	text-decoration: none;
}

.nav-box span {
	padding-left: 10px;
}

.sort-box {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	background: #fff;
	margin-top: 15px;
}

.sort-box .box-item {
	float: left;
}

.sort-box .box-item>p,
.sort-box .box-item>h1 {
	font-size: 16px;
	color: #ff1800;
	padding-left: 30px;
}

.sort-box .box-item>h1 {
	font-weight: normal;
}

.sort-box .box-item>p>span,
.sort-box .box-item>h1>span {
	margin-left: 10px;
	color: #777;
}

.sort-box .box-item dd {
	text-align: center;
	float: left;
}

.sort-box .box-item dd a {
	height: 38px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: inline-block;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #f9f9f9;
}

.sort-box .box-item dd i {
	width: 9px;
	height: 10px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../image/jt.png);
	background-repeat: no-repeat;
}

.sort-box .box-item dd.asc i {
	background-position: -9px -10px;
}

.sort-box .box-item dd.desc i {
	background-position: 0 -10px;
}

.sort-box .box-item dd a.active,
.sort-box .box-item dd a:hover {
	color: #008fcc;
	background-color: #fff;
	border-bottom: 2px solid #008fcc;
}

.sort-box .box-item dd.asc a.active i,
.sort-box .box-item dd.asc a:hover i {
	background-position: -9px 0;
}

.sort-box .box-item dd.desc a.active i,
.sort-box .box-item dd.desc a:hover i {
	background-position: 0 0;
}

.sort-box .box-but {
	float: right;
}

.sort-box .box-but li {
	text-align: center;
	margin-right: 15px;
	float: left;
}

.sort-box .box-but a {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
	color: #008fcc;
	display: inline-block;
	border: 1px solid #008fcc;
}

.sort-box .box-but a.active,
.sort-box .box-but a:hover {
	background: #008fcc;
	border-color: #008fcc;
	color: #fff;
}

.sort-box .box-but .form {
	margin: 0;
	margin-right: 150px;
}

.sort-box .box-but .form input {
	height: 25px;
	line-height: 25px;
	width: 250px;
	padding: 0 5px;
	border: 1px solid #008fcc;
}

.sort-box .box-but .form a {
	height: 25px;
	line-height: 25px;
}

.articles-box {
	width: 1284px;
	overflow: hidden;
}

.articles-box ul {
	width: 1300px;
}

.articles-box ul li {
	width: 250px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 20px;
	height: 320px;
}

.articles-box ul li.box-item .item-image {
	margin: 40px 0 18px 0;
	text-align: center;
	height: 180px;
}

.articles-box ul li.box-item .item-image img {
	max-width: 100%;
	max-height: 100%;
}

.articles-box ul li.box-item .item-image a {
	width: 125px;
	height: 171px;
	display: inline-block;
	overflow: hidden;
}

.articles-box ul li.box-item .item-image a img {
	width: 100%;
	height: 100%;
}

.articles-box ul li.box-item .item-title {
	text-align: center;
	overflow: hidden;
}

.articles-box ul li.box-item .item-title h4 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	padding: 0 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.articles-box ul li.box-item .item-title:hover h4 {
	color: #008fcc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.articles-box ul li.box-item .item-title2 {
	height: 59px;
	text-align: center;
	overflow: hidden;
}

.articles-box ul li.box-item .item-title2 a {
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #008fcc;
}

.articles-box ul li.box-item .item-issue {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
}

.articles-box ul li.box-item .item-info {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #9a9a9a;
	overflow: hidden;
}

.articles-box ul li.box-item .item-info-s {
	color: #d39450;
	font-size: 12px;
}

.articles-box ul li.box-item .item-info a {
	margin-right: 5px;
}

.articles-box ul li.box-item .item-icon {
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.articles-box ul li.box-item .sd {
	background-image: url(../image/sd.png);
}

.articles-box ul li.box-item .hx {
	background-image: url(../image/hx.png);
}

.articles-box ul li.box-item .rx {
	background-image: url(../image/rx.png);
}

.articles-box ul li.box-item .item-discount {
	position: absolute;
	display: none;
}

.articles-box ul li.box-item .item-price {
	height: 24px;
	line-height: 24px;
	color: #ff1800;
	font-size: 14px;
	text-align: center;
}

.articles-box ul li.box-item .item-price i {
	margin: 0 5px;
	font-style: normal;
}

.articles-box ul li.box-item .item-price s {
	margin-left: 20px;
	font-size: 14px;
	color: #999;
	font-style: normal;
}

.articles-box ul li.box-item .item-but {
	margin: 10px auto;
}

.articles-box ul li.box-item .item-but a {
	padding: 5px 10px;
	text-decoration: none;
	color: #00a1cc;
	border: 1px solid #00a1cc;
}

.articles-box ul li.box-item .item-but a:hover {
	color: #fff;
	background-color: #00a1cc;
	border: 1px solid #008fcc;
}

.articles-box ul li.box-item .item-but a i {
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 4px;
}

.articles-box ul li.box-item:hover h4 {
	color: #00a1cc;
}

.page-box {
	line-height: 30px;
	margin: 40px auto;
	text-align: center;
}

.page-box ul li {
	line-height: 40px;
	margin-right: 5px;
	display: inline-block;
}

.page-box ul li a {
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	display: inline-block;
	font-size: 14px;
	color: #008fcc;
	border: 1px solid #d6d6d6;
}

.page-box ul li a:hover,
.page-box ul li a.action {
	color: #fff;
	text-decoration: none;
	background-color: #008fcc;
	border: 1px solid #008fcc;
}

.page-box ul li span {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-top: 5px;
	display: inline-block;
	font-size: 14px;
	color: #999;
	border: 1px solid #d6d6d6;
}

.page-box ul li a.prev {
	padding-left: 16px;
	background-image: url(../image/page.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.page-box ul li a.next {
	padding-right: 16px;
	background-image: url(../image/page.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.page-box ul li a.prev:hover {
	background-position: 0 -29px;
}

.page-box ul li a.next:hover {
	background-position: 100% -29px;
}

.w300 {
	width: 350px;
}

.w890 {
	width: 840px;
}

.preview-box {
	position: relative;
}

.preview-box .box-image {
	height: 465px;
	overflow: hidden;
}

.preview-box .box-image .preview {
	position: relative;
	width: 350px;
	height: 465px;
	overflow: hidden;
}

.preview-box .box-image .preview img {
	width: 350px;
	height: 465px;
}

.preview-box .box-image .zoomdiv img {
	width: auto;
	height: auto;
	margin: 0;
}

.preview-box .preview-title {
	display: none;
	position: absolute;
	top: 350px;
	right: 0;
	max-width: 260px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity:40);
	overflow: hidden;
	z-index: 9999;
	font-size: 18px;
	padding: 0 20px;
	color: #ff0;
}

.preview-box .box-share-item {
	height: 58px;
}

.preview-box .box-share-item .item-l {
	width: 75px;
	height: 16px;
	margin: 20px 0 20px 12px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	float: left;
}

.preview-box .box-share-item .item-l i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
	background-image: url(../image/preview.png);
	background-position: 0 -140px;
	background-repeat: no-repeat;
}

.preview-box .box-share-item .item-c {
	width: 170px;
	height: 16px;
	margin: 14px 0 26px 0;
	float: left;
}

.preview-box .box-share-item .item-r {
	width: 75px;
	height: 16px;
	margin: 20px 0 20px 12px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	float: left;
}

.preview-box .box-share-item .item-r i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
	background-image: url(../image/preview.png);
	background-position: 0 -160px;
	background-repeat: no-repeat;
}

.preview-box .box-share-item .item-r a:hover {
	text-decoration: none;
}

.info-box {
	min-height: 465px;
	position: relative;
}

.info-box .box-title {
	height: 65px;
	overflow: hidden;
	margin: 0 20px;
}

.info-box .box-title .w250-500 {
	min-width: 250px;
	max-width: 500px;
	float: left;
}

.info-box .box-title .w350 {
	float: left;
}

.info-box .box-title h3,
.info-box .box-title h1,
.ifb_dy_qkxx .info-box .box-title h2.ifb-dyqkname2 {
	height: 36px;
	line-height: 28px;
	font-family: "Microsoft YaHei";
	font-size: 26px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.info-box .box-title h4 {
	height: 40px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.info-box .box-qkjb a {
	padding-left: 20px;
	margin-right: 15px;
	color: #f00;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../image/qkjb.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.info-box .box-qkjb a:hover {
	color: #008fcc;
}

.info-box .box-qksl .l {
	margin-left: 20px;
	width: 72px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
}

.info-box .box-qksl .r {
	width: 745px;
	float: left;
	font-size: 14px;
}

.info-box .box-qksl ul li {
	margin-right: 10px;
	float: left;
	white-space: nowrap;
}

.info-box .box-qksl a {
	color: #222;
}

.info-box .box-qksl a:hover {
	color: #309ae6;
}

.info-box .box-field {
	margin: 20px 20px 0 20px;
	color: #666;
}

.info-box .box-field dl {
	width: 33.33%;
	float: left;
	position: relative;
}

.info-box .box-field dl.w300 {
	width: 300px;
}

.info-box .box-field dl dd {
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #333;
}

.info-box .box-field dl dd.price font {
	color: #ff0d0d;
}

.info-box .box-field dl dd span {
	width: 80px;
	display: inline-block;
	text-align: right;
	color: #333;
	margin-right: 3px;
	font-weight: bold;
	font-size: 13px;
}

.info-box .box-field dl dd b {
	font-weight: normal;
}

.info-box .box-field dl dd a {
	color: #333;
	font-size: 14px;
}

.info-box .box-field dl dd a:hover {
	color: #008fcc;
}

.info-box .box-field dl.box2 {
	padding-left: 22px;
}

.info-box .box-field dl.box3 {
	padding-left: 22px;
}

.info-box .box-description {
	margin: 0 20px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}

.info-box .box-price {
	padding: 24px 22px 24px 40px;
	background-color: #f8f8f8;
	font-size: 14px;
	position: relative;
	margin-top: 10px;
}

.info-box .box-price ul.ifb_dysm {
	position: absolute;
	right: 22px;
	top: 43px;
}

.info-box .box-price ul.ifb_dysm li {
	float: left;
	font-size: 12px;
	color: #555;
	margin-right: 26px;
}

.info-box .box-price ul.ifb_dysm li:last-of-type {
	margin-right: 0;
}

.info-box .box-price ul.ifb_dysm li::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/ifb_dy_yssm.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.info-box .box-price dl dt {
	width: 66px;
	float: left;
	color: #777;
	font-size: 14px;
}

.info-box .box-price dl dd {
	float: left;
}

.info-box .box-price i {
	font-style: normal;
}

.info-box .box-price .price-market {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #777;
}

.info-box .box-price .price-market i {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	vertical-align: revert;
}

.info-box .box-price .price-market .market-val {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: 400;
	color: #777;
}

.info-box .box-price .price-sell {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	margin-top: 2px;
}

.info-box .box-price .price-sell i {
	font-size: 24px;
	color: #ff1a1a;
	vertical-align: text-bottom;
}

.info-box .box-price .price-sell span {
	font-family: verdana, arial;
	font-size: 24px;
	font-weight: 700;
	color: #ff1a1a;
}

.info-box .box-price .price-sell span.sell-discount {
	margin-left: 20px;
	font-size: 24px;
}

.info-box .paper-box .box-down {
	margin: 12px 0;
	text-align: left;
}

.info-box .box-price .price-sell .sell-time {
	position: absolute;
	top: 29px;
	right: 0;
	width: 320px;
	height: 45px;
	line-height: 32px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-right: 25px;
	font-size: 14px;
	text-align: center;
	color: #555;
}

.info-box .box-price .price-sell .sell-time span {
	width: 35px;
	height: 22px;
	line-height: 22px;
	letter-spacing: 3px;
	margin: 0 5px;
	display: inline-block;
	background-color: #ff2f2f;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
}

.info-box .box-price .price-sell .sell-offline span {
	line-height: 46px;
	color: #777;
}

.info-box .box-sell {
	float: left;
	height: 47px;
	line-height: 47px;
	margin: 32px 0 32px 20px;
}

.info-box .box-sell ul li {
	font-size: 13px;
	text-align: center;
	color: #999;
	float: left;
	margin-right: 20px;
}

.info-box .box-sell ul li font {
	color: #ff2f2f;
}

.info-box .box-sell ul li.line {
	width: 1px;
	background-color: #fff;
	border-right: 1px dotted #c9c9c9;
}

.info-box .box-sell ul li.clear {
	width: auto;
}

.info-box .box-sell ul li font {
	margin-left: 4px;
}

.info-box .box-memo {
	line-height: 1.75;
}

.info-box .box-cart {
	height: 47px;
	margin: 32px 0;
	float: left;
}

.info-box .box-cart a {
	text-decoration: none;
	display: inline-block;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	width: 155px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #ff2f2f;
	background: #ff2f2f;
	color: #fff;
	border-radius: 4px;
}

.info-box .box-cart .cart-buy i {
	width: 19px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	transition: 0.3s;
	margin-bottom: 4px;
	display: inline-block;
	background: url(../image/icon_buy_new.png) no-repeat center;
	background-size: 18px;
}

.info-box .box-cart .cart-buy:hover {
	opacity: .8;
}

.info-box .box-cart .cart-add {
	border: 1px solid #ff2f2f;
	background: #fff;
	color: #ff2f2f;
	position: relative;
}

.info-box .box-cart .cart-add i {
	width: 19px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	transition: 0.3s;
	margin-bottom: 4px;
	display: inline-block;
	background: url(../image/icon_gwc_red.png) no-repeat center;
	background-size: 22px;
}

.info-box .box-cart .cart-add:hover {
	opacity: .8;
}

.goods-box dl:first-of-type {
	margin: 36px 0 32px 0;
}

.goods-box dl dt {
	float: left;
	width: 102px;
	line-height: 25px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 42px;
}

.goods-box dl dd {
	float: left;
	width: 700px;
	line-height: 25px;
}

.goods-box dl dd ul li {
	padding: 2px 10px;
	margin: 5px 15px 5px 0;
	line-height: 25px;
	background: #fff;
	border: 1px solid #dcdcdc;
	outline: 1px solid #fff;
	float: left;
	cursor: pointer;
}

.goods-box dl dd ul li img {
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}

.goods-box dl dd ul li.action,
.goods-box dl dd ul li:hover {
	border: 1px solid #f40;
	outline: 1px solid #f40;
	background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.goods-box .box-nums dt {
	line-height: 24px;
}

.goods-box .box-nums dd {
	font: 12px Arial, Helvetica, sans-serif, "宋体";
}

.goods-box .box-nums a {
	width: 30px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	float: left;
}

.goods-box .box-nums a:hover {
	border: 1px solid #666;
}

.goods-box .box-nums input {
	width: 108px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	outline: medium;
	float: left;
}

.goods-box .box-nums span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.goods-box .box-status {
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}

.box-done {
	padding-top: 10px;
}

.box-done dl dt,
.box-done dl dd {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 13px;
}

.box-done dl dd {
	height: 40px;
	line-height: 40px;
}

.box-done dl dt {
	color: #333;
	text-align: left;
	border-bottom: 1px solid #ececec;
}

.box-done dl dt span.price {
	font-size: 12px;
	color: #333;
}

.box-done dl span.date {
	margin-right: 10px;
	font-size: 12px;
	color: #999;
	float: right;
}

.box-done dl span.user {
	width: 100px;
	margin-left: 10px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
}

.box-done dl span.price {
	width: 120px;
	overflow: hidden;
	display: inline-block;
	font-family: "Arial";
	color: #00aad1;
}

.box-done dl span.num {
	width: 60px;
	overflow: hidden;
	display: inline-block;
}

.box-done dl span.specs {
	width: 350px;
	display: inline-block;
	overflow: hidden;
}

.info-box .box-but {
	height: 47px;
	margin: 32px 0;
	float: left;
}

.info-box .box-but a {
	text-decoration: none;
	display: inline-block;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	width: 150px;
	height: 47px;
	line-height: 47px;
	border: 1px solid #309ae6;
	background: #309ae6;
	color: #fff;
	border-radius: 4px;
}

.info-box .box-but a i {
	background-image: url(../image/icon_zx.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	transition: 0.3s;
	margin-bottom: 4px;
	display: inline-block;
	background-size: 22px;
	background-position: center;
}

.info-box .box-but a.chat {
	background-color: #309ae6;
}

.info-box .box-but a.chat:hover {
	opacity: .8;
}

.info-box .box-but a.favorite {
	background-color: #eaeaea;
}

.info-box .box-but a.favorite span {
	color: #00a1cc;
}

.info-box .box-but a.favorite i {
	background-size: 300px 450px;
	background-position: 0 -240px;
}

.w920 {
	width: 920px;
}

.w270 {
	width: 270px;
}

.content-box {
	color: #000;
	margin-top: 30px;
}

.content-box .box-title {
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.content-box .box-sub-title {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	color: #008fcc;
}

.content-box .article-sub-title {
	line-height: 32px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.content-box .box-con {
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}

.content-box .box-con p a {
	color: #000;
	text-decoration: none;
}

.content-box .box-con p a:hover {
	color: #008fcc;
}

.content-box .box-body {
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}

.content-box .box-echarts {
	width: 900px;
	height: 450px;
}

.content-box .box-echarts .box-echarts-con {
	width: 900px;
	height: 450px;
}
.content-box .box-year-list {
	font-size: 14px;
	margin-bottom: 20px;
}

.content-box .box-year-list ul li {
	line-height: 28px;
}

.content-box .box-year-list ul li .l {
	width: 100px;
	color: #999;
	text-align: center;
}

.content-box .box-year-list ul li .r {
	float: left;
	width: 800px;
}

.content-box .box-year-list ul li .r a {
	padding: 2px 5px;
	text-decoration: none;
	color: #00a1cc;
}

.content-box .box-year-list ul li .r a:hover {
	color: #fff;
	background-color: #008fcc;
}

.box-bbs dd {
	padding: 20px 10px;
}

.box-bbs dd.split {
	height: 1px;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}

.box-bbs dd.yellow {
	background-color: ivory;
}

.box-bbs .bbs-photo {
	width: 100px;
	text-indent: 0;
	text-align: center;
}

.box-bbs .bbs-photo a img {
	width: 48px;
	height: 48px;
	border: 1px solid #f5f5f5;
	background-image: url(../image/member.jpg);
	background-size: 56px 56px;
	border-radius: 50%;
}

.box-bbs .bbs-content {
	width: 800px;
	text-indent: 0;
}

.box-bbs .bbs-content .bbs-info {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	padding: 0 15px;
	border-radius: 12px;
	background-color: #fcfcfc;
}

.box-bbs .bbs-content .bbs-tool {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

.box-bbs .reply-box .bbs-reply {
	padding: 10px 5px;
	margin-top: 10px;
	margin-left: 110px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}

.box-bbs .reply-box .bbs-reply .bbs-up {
	width: 29px;
	height: 14px;
	background-image: url(../image/bbs-up.png);
	background-repeat: no-repeat;
	display: inline-block;
	top: -13px;
	right: 65px;
	position: absolute;
}

.box-bbs .reply-box .bbs-reply li {
	margin: 10px 0;
}

.box-bbs .reply-box .bbs-photo {
	width: 99px;
}

.box-bbs .reply-box .bbs-content {
	width: 675px;
}

.box-bbs .bbs-content i {
	padding-right: 5px;
	vertical-align: middle;
}

.box-bbs .bbs-content span {
	margin-right: 20px;
	color: #999;
}

.box-bbs .bbs-content a {
	color: #00aad1;
	text-decoration: none;
}

.box-bbs .bbs-content a:hover {
	color: #008fcc;
}

.box-bbs .bbs-content a.but {
	padding: 3px 5px;
	border: 1px dotted transparent;
}

.box-bbs .bbs-content a.but:hover {
	border: 1px dotted #666;
}

.box-bbs .bbs-content .bbs-body {
	margin: 10px;
}

.box-bbs .bbs-content .bbs-body p {
	line-height: 25px;
	font-size: 14px;
	margin: 5px 0;
}

.box-bbs .bbs-content .bbs-body .stzoom {
	margin: 10px 15px;
}

.box-bbs .bbs-content .bbs-body .stzoom img {
	height: 75px;
	margin-right: 10px;
	cursor: pointer;
}

#stzoomsrc {
	display: none;
	position: absolute;
	background-color: #ededed;
	border: 1px solid #aaa;
}

#stzoomsrc img {
	height: 350px;
}

.reply-form {
	margin-top: 10px;
}

.reply-form .reply-input {
	line-height: 24px;
	text-indent: 0;
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-left: 110px;
	border-radius: 5px;
}

.reply-form .reply-input .c {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 98%;
	height: 72px;
	line-height: 24px;
	margin: 5px 1%;
	overflow: hidden;
}

.reply-form .reply-but {
	margin-top: 5px;
	text-align: right;
}

.reply-form .reply-but a {
	border: none;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}

.reply-form div.reply-but a:hover {
	border: none;
}

.reply-form .reply-but a.s {
	color: #fff;
	background-color: #00a1cc;
}

.reply-form .reply-but a.s:hover {
	color: #fff;
	background-color: #008fcc;
}

.reply-form .reply-but a.e {
	color: #fff;
	background-color: #444;
}

.reply-form .reply-but a.e:hover {
	color: #fff;
	background-color: #333;
}

.xgqk-box {
	background-color: #f9f9f9;
}

.xgqk-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}

.xgqk-box .box-con ul {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
}

.xgqk-box .box-con li {
	padding: 38px 0 20px 0;
	position: relative;
	background-color: #f9f9f9;
	margin-right: 10px;
	flex: 1;
	height: 300px;
}

.ifb_dy_xgzz .box-con li {
	background-color: #fff;
}

.xgqk-box .box-con li:last-child {
	margin-right: 0;
}

.xgqk-box .box-con li.box-item .item-right {
	text-align: center;
}

.xgqk-box .box-con li.box-item .item-image {
	text-align: center;
	width: 112px;
	height: 154px;
	margin: 0 auto;
}

.xgqk-box .box-con li.box-item .item-image img {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}

.xgqk-box .box-con li.box-item .item-title {
	font-size: 15px;
	color: #222;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xgqk-box .box-con li.box-item:hover .item-title {
	color: #0087d8;
}

.xgqk-box .box-con li.box-item .item-issue {
	font-size: 12px;
	color: #777;
	line-height: 30px;
}

.xgqk-box .box-con li.box-item .item-info {
	font-size: 12px;
	color: #d39450;
	line-height: 30px;
}

/* 期刊导航 */
.rmbq-box .box-con li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.rmbq-box .box-con li a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.rmbq-box .box-con li a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

.fwtj-box {
	background-color: #f9f9f9;
}

.fwtj-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}

.fwtj-box .box-con {
	padding: 0;
}

.fwtj-box .work-box {
	background: transparent;
}

.fwtj-box .work-box ul {
	width: auto;
}

.fwtj-box .work-box ul li {
	width: auto;
	float: none;
	margin: 20px 0;
}

.fwtj-box .work-box .item-con {
	width: 140px;
	margin: 20px;
}

.qkxx-box {
	background-color: #fff;
}

.qkxx-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}

.qkxx-box .box-con {
	padding: 30px;
}

.qkxx-box .box-image {
	width: 90px;
	float: left;
}

.qkxx-box .box-image a {
	width: 75px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}

.qkxx-box .box-image a img {
	width: 75px;
	height: 100px;
}

.qkxx-box .box-info {
	width: 120px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	float: right;
	margin-left: 15px;
	text-align: left !important;
}

.qkxx-box .box-info a {
	text-decoration: none;
}

.qkxx-box .box-info a.btn_zzxq {
	display: block;
	width: 75px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #00a1cc;
	font-size: 12px;
	color: #00a1cc;
	text-align: center;
	margin-top: 10px;
	border-radius: 2px;
}

.qkxx-box .box-info a.btn_zzxq:hover {
	color: #fff;
	background-color: #00a1cc;
}

.qkxx-box .box-but {
	margin-top: 10px;
	line-height: 25px;
	color: #999;
}

.qkxx-box .box-but a {
	margin: 0 5px;
	padding: 3px 15px;
	color: #00aad1;
	border: 1px solid #00aad1;
}

.qkxx-box .box-but a:hover,
.qkxx-box .box-but a.active {
	text-decoration: none;
	color: #fff;
	background-color: #00aad1;
	border: 1px solid #008fcc;
}

.qkxx-box .box-but span {
	margin: 0 5px;
}

.qkzs-box {
	background-color: #fff;
	padding: 16px 25px 24px 25px;
}

.qkzs-box .box-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
	padding-bottom: 16px;
	border-bottom: solid 1px #eeeeee;
}

.qkzs-box .box-con {
	font-size: 14px;
}

.qkzs-box .box-con ul li {
	line-height: 2.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzs-box .box-con ul li i {
	color: #999;
	vertical-align: middle;
	margin-right: 5px;
}

.qkzs-box .box-con ul li a {
	color: #777;
}

.paper-box .box-title {
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.paper-box .box-time {
	margin: 20px 0;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-align: center;
}

.paper-box .box-info {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.paper-box .box-info span {
	margin-right: 5px;
}

.paper-box .box-info .authors {
	color: #00aad1;
}

.paper-box .box-keywords {
	margin: 10px 0;
}

.paper-box .box-keywords li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.paper-box .box-keywords li a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.paper-box .box-keywords li a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

.paper-box .box-abstract {
	margin: 20px 0;
	padding: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	background-color: #f9f9f9;
}

.paper-box .box-image {
	margin: 20px 0;
	padding: 0 50px;
	font-size: 18px;
	text-align: center;
	color: #c03a00;
	font-weight: bold;
	line-height: 4;
}

.paper-box .box-image p {
	margin: 10px 0;
}

.paper-box .box-image img {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 20px;
}

.paper-box .box-page {
	margin: 50px 0;
	text-align: center;
}

.paper-box .box-page a {
	margin: 0 30px;
	border: 1px solid #666;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666;
	padding: 5px 30px;
}

.paper-box .box-page a:hover {
	text-decoration: none;
	border: 1px solid #008eb7;
	color: #008eb7;
}

.paper-box .box-down {
	margin: 50px auto;
	text-align: center;
}

.paper-box .box-item li {
	border-bottom: 1px solid #eaeaea;
	padding: 26px 34px;
}

.paper-box .box-item li:last-child {
	border-bottom: none;
}

.paper-box .box-item li a {
	text-decoration: none;
}

.paper-box .box-item li .item-title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.paper-box .box-item li .item-info {
	line-height: 35px;
	font-size: 12px;
	color: #999;
}

.paper-box .box-item li .item-info span {
	margin-right: 10px;
}

.paper-box .box-item li .item-info i {
	vertical-align: middle;
}

.paper-box .box-item li .item-abstract {
	line-height: 1.75;
	font-size: 14px;
	color: #555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 14px;
}

.paper-box .box-item li .item-keyword {
	margin-top: 20px;
	line-height: 25px;
}

.paper-box .box-item li .item-keyword a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.paper-box .box-item li .item-keyword a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

.wenxian-left .tag-box .box-con li {
	margin: 10px 20px;
	width: 15%;
}

.wenxian-left .tag-box .box-con {
	padding: 20px 0;
}

.wenxian-left .tag-box .box-con {
	margin: 15px 0;
}

.wenxian-left .paper-box {
	background-color: #fff;
	margin-top: 15px;
}

.wenxian-left .sort-box {
	height: 54px;
	line-height: 54px;
}

.wenxian-left .sort-box .box-item dd a.active,
.wenxian-left .sort-box .box-item dd a:hover {
	font-weight: bold;
	border-bottom: none;
}

.wenxian-left .sort-box .box-item dd a {
	border: none;
}

.tag-box {
	font-size: 14px;
	background-color: #fff;
}

.tag-box .box-con {
	margin: 20px 0;
}

.tag-box .box-con li {
	margin: 10px 20px 10px 0;
	float: left;
}

.tag-box .box-con li a {
	min-width: 180px;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	text-decoration: none;
}

.tag-box .box-con li a:hover {
	color: #008fcc;
}

.tag-box .box-con li a span {
	margin-left: 5px;
	color: #999;
}

/*****************************************/
.goods_list {
	padding: 40px 48px 0;
}

.dbxnbor {
	padding: 0;
}

.table-list table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border: none;
}

.order-list-block .table-list table {
	margin: 0;
}

.table-list table thead tr {
	height: 30px;
	text-align: center;
	background-color: #f1f1f1;
}

.table-list table thead th {
	border: 1px solid #ececec;
	color: #333;
}

.table-list table tfoot tr {
	line-height: 45px;
	background-color: #f1f1f1;
}

.table-list table tfoot td {
	padding: 2px 20px;
	text-align: right;
}

.table-list table tbody {
	border: 1px solid #ececec;
}

.table-list table tbody tr {
	border-bottom: 1px dashed #ececec;
}

.table-list table tbody tr:hover {
	background-color: #f6f6f6;
}

.table-list table tbody td {
	padding: 2px 5px;
	line-height: 25px;
}

table.nolrboder thead th,
table.nolrboder tbody,
table.nolrboder tfoot {
	border-left: 0 none;
	border-right: 0 none;
}

.nolrboder tbody td {
	text-align: center;
}

table.nolboder thead th,
table.nolboder tbody,
table.nolboder tfoot {
	border-right: 0 none;
}

table.norboder thead th,
table.norboder tbody,
table.norboder tfoot {
	border-left: 0 none;
}

.goods_nums {
	padding-top: 10px;
}

.goods_nums dd {
	font: 12px Arial, Helvetica, sans-serif, "宋体";
}

.goods_nums a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	float: left;
}

.goods_nums a:hover {
	border: 1px solid #666;
}

.goods_nums input {
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	outline: medium;
	float: left;
}

.goods_nums span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.shop_buy_but a {
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}

.shop_buy_but a:hover,
.shop_buy_but a.over {
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}

.cart_box {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 80px;
	height: 105px;
	background-image: url(../image/cart.png);
	font-size: 12px;
	text-align: center;
}

.cart_box .cart_text {
	margin: 0 1px 55px 1px;
	height: 20px;
	line-height: 20px;
	color: #eaeaea;
}

.cart_box .cart_nums {
	margin: 0 1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.cart_box .cart_but {
	font-family: "Microsoft YaHei";
	height: 30px;
	line-height: 30px;
}

.cart_box .cart_but a {
	font-size: 14px;
	color: #f4ea3d;
	text-decoration: none;
}

.my_cart_box {
	height: 138px;
	background-color: #fff;
}

.my_cart_box>.bg-box {
	float: left;
	width: 30%;
	height: 100px;
	margin-top: 19px;
	background: #fff url(../image/mycart.gif) no-repeat 60px 26px;
}

.order_step {
	margin: 53px 46px 0px 0px;
	width: 652px;
	height: 32px;
	line-height: 32px;
	float: right;
}

.order_step li {
	background: url(../image/mycart.gif) no-repeat right -82px #ffe8d7;
	padding: 0px 29px 0px 0px;
	width: 188px;
	height: 32px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
}

.order_step li.current {
	background-position: right -82px;
	color: #fff;
	background-color: #ed6807;
}

.order_step li.current_prev {
	background-position: right -114px;
	color: #fff;
	background-color: #ed6807;
}

.order_step li.last {
	background-position: right -210px;
}

.order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.order_step li span {
	display: block;
}

.order_step li .first {
	background: url(../image/mycart.gif) no-repeat 0px -146px;
}

.order_step li.current .first {
	background-position: 0px -178px;
}

.order_step li.current_prev .first {
	background-position: 0px -178px;
}

.cart_message {
	margin: 10px 0;
	padding: 22px 0 25px 0;
	background-color: #fff;
}

.cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.cart_message .cart_message_but {
	margin: 30px auto;
	text-align: center;
}

.cart_message_con {
	margin: 20px auto;
	width: 650px;
	line-height: 35px;
	text-align: left;
}

.cart_error .cart_message_info {
	color: red;
}

.goods_list .cart_img {
	text-align: center;
}

.goods_list .cart_img img {
	width: 75px;
	height: 100px;
	margin: 5px auto;
}

.goods_list .cart_title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.goods_list .cart_spec {
	line-height: 20px;
	font-size: 12px;
}

.goods_list .cart_spec span {
	color: #666;
	margin-right: 5px;
}

.goods_list .cart_price {
	font-size: 14px;
	color: red;
}

.goods_list .cart_price i {
	font-style: normal;
	margin-right: 5px;
}

.goods_list .cart_info {
	margin: 15px 0;
	font-size: 14px;
}

.goods_list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}

.goods_list .cart_total i {
	font-size: 16px;
	font-style: normal;
	margin: 0 10px;
}

.goods_list .cart_info {
	margin: 15px 0;
	font-size: 14px;
}

.goods_list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}

.goods_list .cart_total i {
	font-size: 16px;
	font-style: normal;
	margin: 0 10px;
}

.goods_list .cart_but {
	margin: 25px 0;
}

/*cart order*/
.order_info {
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
	font-size: 14px;
}

.order_info .order_info_bar {
	padding: 2px 20px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.order_info ul li {
	font-size: 14px;
}

.calc_info .order_info_bar {
	border-bottom: 1px solid #f40;
}

.order_express ul li {
	margin: 5px 10px 5px 0;
	float: left;
}

.order_express ul li label {
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}

.order_express ul li label.over {
	padding: 7px 15px;
	border: 2px solid #f40;
}

.order_express ul li span {
	color: #999;
	padding: 0 5px;
}

.invoice_info {
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

ul.payment_list li {
	width: 135px;
	height: 92px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}

ul.payment_list li.over,
ul.payment_list li:hover {
	border: 2px solid #f40;
}

ul.payment_list li.over p,
ul.payment_list li:hover p {
	background-color: #f40;
	color: #fff;
}

ul.payment_list li img {
	width: 135px;
	height: 70px;
}

ul.payment_list li p {
	height: 20px;
	line-height: 20px;
	background-color: #e2e2e2;
	text-align: center;
	overflow: hidden;
}

.form {
	margin: 10px 20px;
}

.form form ul li {
	line-height: 1.5;
}

.form form ul li label {
	display: block;
	color: #999;
	margin-top: 10px;
}

.form form ul li input {
	padding: 4px;
	font-size: 16px;
}

.form form ul li input:focus {
	padding: 3px;
}

.form .ajaxinfo {
	visibility: hidden;
	padding: 5px 20px;
	margin: 20px auto;
	line-height: 28px;
	color: #f40;
	border: 1px dotted #b9996b;
}

.title .hot,
.title .sale,
.title .new,
.title .clock,
.title .brand,
.title .like,
.title .share,
.title .shop,
.title .news {
	background-image: url(../image/icon.png);
	background-repeat: no-repeat;
	margin-left: 7px;
	vertical-align: middle;
	display: inline-block;
	height: 25px;
}

.title .hot {
	background-position: 0 0;
	width: 67px
}

.title .sale {
	background-position: 0 -25px;
	width: 81px
}

.title .new {
	background-position: 0 -50px;
	width: 73px
}

.title .clock {
	background-position: 0 -75px;
	width: 116px
}

.title .brand {
	background-position: 0 -100px;
	width: 110px
}

.title .like {
	background-position: 0 -125px;
	width: 64px
}

.title .share {
	background-position: 0 -150px;
	width: 109px
}

.title .shop {
	background-position: 0 -175px;
	width: 92px
}

.title .news {
	background-position: 0 -200px;
	width: 94px
}

.hfix {
	max-height: 2700px;
	overflow: hidden;
}

.hauto {
	height: auto;
	max-height: auto;
	overflow: hidden;
}

.clearfix {
	*zoom: 1:;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

/**********************************/

.login_info_box {
	width: 100%;
	color: #999;
	text-align: center;
	padding: 20px 0;
}

.login_info_box p {
	margin: 0 auto;
	font-size: 14px;
}

.login_info_box a {
	display: inline-block;
	background-color: #f60;
	width: 46px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	margin: 0 4px;
}

.table-list table tbody tr {
	border-bottom: 0 dashed #ececec;
}

.table-list table tfoot tr {
	background-color: #f5f5f5;
}

.table-list table thead tr {
	background-color: #f5f5f5;
}

.table-list table thead th {
	border: 1px solid #f5f5f5;
	height: 27px;
}

.table-list table tbody tr:hover {
	background-color: #fafafa;
}

.order_info .order_info_bar {
	padding: 2px 0;
	border-bottom: 0 solid #dadada;
	font-size: 16px;
}

.dbxnbor {
	margin-top: 20px;
}

.dbxnbor table {
	margin: 0;
}

.dbxnbor table thead th {
	border: none;
}

.dbxnbor table thead tr {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #f5f5f5;
}

.dbxnbor table tbody td {
	padding: 0;
}

.dbxnbor table tbody {
	border: none;
}

.dbxnbor table tfoot td {
	padding: 2px 0;
}

.cartgapline {
	width: 100%;
	height: 10px;
	background-color: #ebebeb;
}

.letter-outer {
	margin: 15px 5px;
}

.letter-box {
	border: 2px dashed #8eb9f5;
}

.letter-con {
	padding: 30px 20px;
	background-color: #fff;
}

.letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.letter-con li span {
	color: #999;
}

.letter-con li b {
	font-size: 16px;
}

.letter-con li a {
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #5590d6;
	border-radius: 5px;
	text-decoration: none;
}

.cart_message_con {
	width: 800px;
}

ul.payment_list li {
	width: 160px;
	height: 92px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}

ul.payment_list li img {
	width: 154px;
	height: 68px;
}

.reg-tab ul li {
	width: 150px;
}

.input-text {
	color: #333;
}

.fanwen-content,
.article-content {
	margin-bottom: 15px;
}

.fanwen-content .paper-box {
	padding: 0 50px;
}

.fanwen-box .box-body p {
	margin: 20px 0;
}

.fanwen-title {
	height: 100px;
}

.fanwen-title h2,
.fanwen-title h1,
.ifb_mainfw>h1 {
	font-family: "Microsoft Yahei";
	font-size: 30px;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
}

.fanwen-title .bt {
	margin-left: 30px;
	margin-top: 55px;
	color: #00a2ca;
	float: left;
	display: inline-block;
}

.fanwen-title .bt:hover {
	color: #c41921;
}

.fanwen-title .but {
	width: 90px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #00a2ca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00a2ca;
	border-radius: 5px;
	text-align: left;
	float: right;
	margin-top: 55px;
}

.fanwen-title .but i {
	width: 20px;
	height: 20px;
	margin: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/down.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.fanwen-title .but:hover,
.fanwen-title .action {
	color: #fff;
	background-color: #00a2ca;
}

.fanwen-title .but:hover i.img3,
.fanwen-title .action i.img3 {
	background-position: -40px -20px;
}

.fanwen-description {
	font-size: 14px;
	line-height: 2;
	color: #333;
	padding: 10px 20px;
	background-color: #f9f9f9;
}

.fanwen-keywords {
	margin: 20px 0;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-align: center;
}

.ifb-jplist .fanwen-keywords {
	margin-top: -10px;
}

.fanwen-keywords a {
	height: 24px;
	line-height: 24px;
	padding: 0 25px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
	margin-left: 20px;
}

.fanwen-keywords a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

.fanwen-class-kw {
	margin: 10px 0;
	padding: 10px 0;
	background-color: #efefef;
}

.fanwen-class-kw .box-item {
	font-size: 14px;
	margin-top: 0;
}

.fanwen-class-kw .box-item .title {
	width: auto;
	margin: 0 20px;
	font-weight: normal;
}

.fanwen-body {
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}

.fanwen-body p {
	margin: 30px 0;
	text-align: justify;
	text-align: left;
	word-wrap: break-word;
}

.fanwen-body p.art-img-title {
	text-align: center;
}

.fanwen-body p.art-img-title img {
	width: 360px;
	height: 222px;
	border-radius: 10px;
}

.fanwen-body h5,
.fanwen-body p strong,
.fanwen-body h2 {
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #309ae6;
}

.fanwen-body h5 a,
.fanwen-body p strong a,
.fanwen-body h2 a {
	color: #309ae6;
}

.fanwen-body .article-sub-title {
	font-size: 18px;
}

.info-box .box-cart a.cart-talk {
	width: 155px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	background-color: #00a2ca;
	border: none;
}

.info-box .box-cart a.cart-talk:hover {
	background-color: #00a2ca;
	text-decoration: none;
}

.info-box .box-cart a.cart-talk i {
	width: 24px;
	height: 22px;
	margin: 9px 10px 9px 20px;
	display: inline-block;
	background-image: url(../image/preview.png);
	background-position: -60px -140px;
	background-repeat: no-repeat;
	float: left;
}

.info-box .box-cart a.cart-talk span {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #fff;
	float: left;
}

/*2020-1-6*/
.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zoom,
.clear {
	clear: both;
}

.zoom {
	*zoom: 1;
}

.dlanly {
	margin: 35px auto 0;
}

.dlanly h4 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 1;
}

.dlanly table {
	margin-top: 20px;
}

.dlanly thead {
	background-color: #e2e2e2;
}

.dlanly thead tr {
	height: 44px;
	line-height: 44px;
}

.dlanly thead td {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-right: 4px solid #fff;

}

.dlanly thead td:last-of-type {
	border-right: none;
}

.dlanly td {
	font-size: 14px;
	color: #333;
}

.wenda-body .block-fwfx .dlanly td {
	text-indent: 2em;
}

.dlanly tbody tr {
	height: 44px;
	line-height: 44px;
}

.dlanly tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.dlanly tbody td {
	height: 44px;
	border-right: 4px solid #fff;
}

.dlanly tbody td:last-of-type {
	border-right: none;
}

.dlanlybox thead td:nth-child(1),
.dlanlybox thead td:nth-child(1) {
	width: 520px;
}

.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zoom,
.clear {
	clear: both;
}

.zoom {
	*zoom: 1;
}

.content-box .a30 {
	margin-top: 20px;
	text-indent: 0;
}

.content-box .a30 a {
	display: inline-block;
	width: 180px;
	overflow: hidden;
	font-size: 15px;
	text-decoration: none;
}

.content-box .link30 a {
	text-indent: 52px;
}

.content-box .pt20 p {
	margin: 10px 0;
}

.content-box .dl-box-title {
	font-size: 16px;
}

.rmbq-box .box-con li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.rmbq-box .box-con li a {
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.rmbq-box .box-con li a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

/*2020-2-4*/
.dlipop {
	width: 400px;
	height: 240px;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #fff;
}

.dlipop h3 {
	display: inline-block;
	margin-top: 55px;
	font-size: 25px;
	font-weight: 400;
	color: #009ce0;
}

.dlipop p {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #777;
}

.dlipop a {
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	border-radius: 5px;
}

.dlipop .dlidely {
	margin-right: 30px;
	color: #666;
	background-color: #eaeaea;
}

.dlipop .dlidely:hover {
	text-decoration: none;
	background-color: #dcdbdb;
}

.dlipop .dlinow {
	color: #fff;
	background-color: #009ce0;
}

.dlipop .dlinow:hover {
	text-decoration: none;
	background-color: #03b1fd;
}

.dliside {
	width: 62px;
	height: 395px;
	position: fixed;
	top: 115px;
	right: 20px;
	z-index: 99;
}

.dliside a {
	display: block;
	width: 100%;
	height: 60px;
	margin-bottom: 5px;
	background-color: #009ce0;
}

.dliside a:hover {
	text-decoration: none;
	background-color: #03b1fd;
}

.dliside a:hover .dliop1 {
	display: none;
}

.dliside .dide1,
.dliside .dide1:hover {
	background: transparent url(../image/dlsicon.png) no-repeat;
	cursor: default;
}

.dliside .dide6 {
	background-color: #ccc;
}

.dliside .dide6:hover {
	background-color: #eee;
}

.dliop1 {
	display: block;
	padding: 13px 10px 0 10px;
	line-height: 1.1;
	font-size: 15px;
	text-align: center;
	color: #fff;
}

.dliop2 {
	display: none;
	text-align: center;
	line-height: 60px;
}

.dliside a:hover .dliop2 {
	display: block;
}

.top-box .dlicar {
	color: #fff;
	position: relative;
}

.top-box .dlicar img {
	width: 16px;
	height: auto;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.dlicar b {
	font-weight: 400;
}

.dlsorder {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e8e8e8;
}

.dlsorder h4 {
	margin-bottom: 14px;
	font-size: 24px;
	color: #333;
}

.dlsorder p {
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 12px;
	color: #333;
}

.clear {
	clear: both;
}

.xgqk-box .box-con li.box-item .dlskcoloe {
	color: #00a1cc;
	font-size: 14px;
}

.bbs .hfix {
	max-height: 2200px;
	overflow: hidden;
}

.bbs .hauto {
	height: auto !important;
}

.favolisa {
	width: auto;
	margin: 0 0 15px 0;
	padding: 20px 5px 10px 0;
	background-color: #fff;
}

.favolisa ul li {
	width: 205px;
	margin-left: 29px;
	margin-right: -3px;
}

.favolisa ul li.box-item .item-image {
	border-color: #fff;
}

.dostr .page-box {
	margin: 10px auto 15px auto;
	padding: 6px 0;
	background-color: #fff;
}

.dostr1 .bbs {
	background-color: #fff;
}

.dostr1 .box-bbs dd {
	margin-bottom: 2px;
	padding: 28px 10px 11px 10px;
	background-color: #fff;
}

.dostr1 .content-box .box-con,
.dostr1 .content-box {
	margin: 0;
}

.dostr1 .box-bbs .split {
	padding: 0 10px;
}

.dostr1 .shop {
	background-color: #fff;
}

.dostr1 .list-box .box-item .item-c {
	width: 635px;
}

.dostr1 .list-box .box-item .item-param li.nofloat {
	width: auto;
}

.table-list table tfoot tr,
.table-list table tfoot tr {
	background-color: transparent;
}

.table-list table tfoot {
	border-bottom: none;
}

.dxboxnav {
	padding-top: 1px;
	margin: 0 auto 8px auto;
	background-color: transparent;
}

.ordergapline {
	width: 100%;
	height: 20px;
	background-color: #f5f9ff;
}

.order-table-outer {
	padding: 0 20px 20px;
}

.dostrorder {
	padding: 0 !important;
}

.mesort-box-order {
	padding: 0 20px;
}

.order-list-block {
	background-color: #fff;
	padding-top: 20px;
}

.order-list-block .table-list table tbody tr:hover {
	background-color: #fff;
}

.order-list-block .table-list table thead th {
	text-align: center;
}

.order-list-block .table-list table thead th.fth {
	padding-left: 10px;
}

.order-list-block .table-list table tbody td {
	padding: 0;
}

.order-list-block .table-list table.nolrboder thead tr {
	background-color: #fff;
}

.order-list-block .table-list table.nolrboder thead th {
	border: 1px solid transparent;
}

.order-list-block .table-list table.nolrboder {
	margin-top: 15px;
}

@media screen and (max-width:1366px) {
	.dliside {
		right: 8px;
	}
}

@media screen and (max-width:1280px) {
	.dliside {
		width: 54px;
		height: 366px;
		right: 0;
	}

	.dliside a {
		width: 54px;
		height: 56px;
		overflow: hidden;
	}

	.dliop1 {
		padding: 12px 7px 0 7px;
		font-size: 14px;
	}

	.dliop2 {
		width: 29px;
		height: 29px;
		margin: 4px 0 0 12px;
		line-height: 29px;
	}
}

@media screen and (max-width:1200px) {

	.top-box,
	.cagegory-slide,
	.footer-box {
		width: 1284px;
	}
}

.link-block {
	padding: 20px 38px 10px 38px;
	margin: 15px 0;
	background-color: #fff;
}

.link-block p {
	margin-bottom: 13px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.link-block a {
	width: 20%;
	margin-bottom: 13px;
	float: left;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.link-block a:hover {
	color: #309ae6;
}

.dxn-r-top {
	height: 150px;
	padding: 12px;
	box-sizing: border-box;
	background-color: #fff;
}

.dxn-r-top h6 {
	margin: 0;
	padding-bottom: 15px;
	font-size: 16px;
	color: #333;
}

.dxn-r-top .work-box ul {
	width: auto;
}

.dxn-r-top .work-box ul li {
	width: 82px;
	height: 80px;
	float: left;
	margin-right: 8px;
	text-align: center;
	background-color: #f9f9f9;
	border: none;
}

.dxn-r-top .work-box ul li:last-of-type {
	margin-right: 0;
}

.dxn-r-top .work-box ul li a {
	height: auto;
}

.dxn-r-top .work-box i {
	width: 40px;
	height: 30px;
	margin: 10px auto 0;
	float: none;
	background-size: 145px;
}

.dxn-r-top .work-box .item-con {
	width: auto;
	margin: 0;
	float: none;
}

.dxn-r-top .work-box .item-con h2 {
	font-size: 14px;
}

.dxn-r-top .work-box i.img4 {
	background-position: -37px 0;
}

.dxn-r-top .work-box i.img2 {
	background-position: -110px 0;
}

.dxn-r-top .work-box ul li:hover i.img1 {
	background-position: 0 -30px;
}

.dxn-r-top .work-box ul li:hover i.img2 {
	background-position: -110px -30px;
}

.dxn-r-top .work-box ul li:hover i.img4 {
	background-position: -37px -30px;
}

/* 订阅杂志 */
/* 翻页 */
.art-footer {
	margin-top: 50px;
	height: 150px;
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
}

.art-footer .pages {
	color: rgb(0, 0, 0);
	font-size: 14px;
	width: 49.5%;
	display: inline-block;
	cursor: pointer;
	text-align: right;
	position: relative;
}

.art-footer .pages:first-of-type {
	text-align: left;
}

.art-footer .pages .desc {
	display: inline-block;
	position: absolute;
	top: 14px;
}

.art-footer .pages .leftdesc {
	left: 58px;
}

.art-footer .pages .rightdesc {
	right: 58px;
}

.art-footer .pages .desc span {
	display: block;
	font-size: 16px;
}

.art-footer .pages .desc>a>span {
	position: relative;
	top: 13px;
	width: 250px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.art-footer .pages .right-page {
	display: inline-block;
	color: rgb(102, 102, 102);
	position: relative;
	top: 13px;
	cursor: pointer;
	width: 30px;
	height: 60px;
	background: url(../image/icon_right.png) center center no-repeat rgb(247, 247, 247);
}

.art-footer .pages .left-page {
	transform: rotate(180deg);
}

.art-footer .pages:hover .right-page {
	background: url(../image/icon_right.png) center no-repeat #F0F0F0;
}

/* 电子阅读 */
.dzyd-fq-info {
	margin-top: 40px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 34px;
}

.dzyd-fq-info .left-img {
	float: left;
	width: 16%;
}

.dzyd-fq-info .left-img img {
	display: block;
	width: 122px;
	height: 166px;
}

.dzyd-fq-info .right-info {
	float: left;
	width: 84%;
}

.dzyd-fq-info .right-info h2 {
	font-size: 30px;
}

.dzyd-fq-info .right-info p {
	font-size: 14px;
	line-height: 1.75;
	margin-top: 10px;
}

.dzyd-fq-box {
	margin-top: 20px;
}

.dzyd-fq-box .title {
	font-size: 18px;
	margin-bottom: 40px;
}

.dzyd-fq-box .box-item {
	margin-bottom: 20px;
}

.dzyd-fq-box .box-item .l {
	width: 90px;
	text-align: left;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}

.dzyd-fq-box .box-item .r {
	width: 850px;
}

.dzyd-fq-box .box-item .r ul li {
	margin-right: 16px;
	float: left;
	margin-bottom: 10px;
}

.dzyd-fq-box .box-item .r ul li a {
	color: #309ae6;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
}

/* 公安部备案图标 */
.gabba:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_gaba.png) no-repeat center;
	margin: 0 4px 4px 0;
	vertical-align: top;
}

body {
	background-color: #f5f9ff;
}

.vip-body {
	background-color: #fff;
}

.w1200 {
	width: 1284px;
}

@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
button {
	border: 0;
	outline: none;
	background: none;
	filter: chroma(color=#000000);
}

.img-con img {
	-moz-transition: transform 1s linear .1s;
	-o-transition: transform 1s linear .1s;
	-ms-transition: transform 1s linear .1s;
}

.img-con img:hover {
	transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
}

div i {
	font-family: "iconfont";
	font-style: normal;
	vertical-align: middle;
}

.line1 {
	width: 1px;
	height: 12px;
	background-color: #87c5fa;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
}

.line1-gray {
	background-color: #dedede;
}

.line2 {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 66px;
	z-index: 100;
}

.commoni {
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: 12px 12px;
	vertical-align: middle;
}

.bgWhite {
	background-color: #fff;
}


.search-articles-box {
	min-height: 135px;
}

.top-box {
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.09);
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	min-width: 1284px;
}

.top-box a {
	font-size: 12px;
}

.top-box a:hover {
	text-decoration: none;
	background-color: transparent;
	opacity: .8;
}

.top-box a.login {
	margin: 0 10px;
}

.top-box .btn-lxkf {
	width: auto;
	height: 25px;
	line-height: 25px;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
	margin-right: 0;
	padding: 0 10px;
	font-size: 12px;
}

.top-box .btn-lxkf i {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../image/icon_lxkf.png) no-repeat center;
	background-size: 12px 12px;
	vertical-align: middle;
}

.top-box .tel {
	font-weight: bold;
}

.top-box-blue .tel {
	color: #F12500;
}

/* 菜单--蓝 */
.top-box-blue {
	position: static;
	background-color: #fafafa;
	color: #666;
}

.top-box-blue a {
	color: #666;
}

.top-box-blue a:hover {
	color: #f00;
	text-decoration: none;
}

.top-box-blue .dlicar {
	color: #666;
}

.top-box-blue .btn-lxkf {
	background-color: #f0f5fc;
	color: #333;
}

.top-box-blue .btn-lxkf i {
	background: url(../image/icon_lxkf_gray.png) no-repeat center;
}

/* 菜单/轮播 */
.menu-box .menu-logo img {
	width: 200px;
	height: 30px;
}

.menu-box {
	height: 65px;
	background-color: transparent;
	color: #fff;
	position: absolute;
	top: 0;
	z-index: 99;
	border-bottom: none;
	width: 1284px;
}
.menu-box .menu-item {
	margin-top: 0;
}

.menu-box .menu-item ul li {
	height: 65px;
	line-height: 65px;
	margin-right: 0;
}

.menu-box .menu-item ul li:hover a {
	opacity: .7;
}

.menu-box .menu-item ul li.menu-icon i {
	width: 20px;
	height: 22px;
	display: inline-block;
	background: url(../image/icon_menulist.png) no-repeat center;
	vertical-align: middle;
	margin-bottom: 4px;
}

.menu-box .menu-item ul li.menu-xszz i {
	background-position: 0 center;
}

.menu-box .menu-item ul li.menu-kpzz i {
	background-position: -28px center;
}

.menu-box .menu-item ul li.menu-qktg i {
	background-position: -58px center;
}

.menu-box .menu-item ul li.menu-lzcs a {
	padding-left: 20px;
}

.menu-box .menu-item ul li a {
	line-height: 65px;
	font-size: 15px;
	padding: 0 20px 0 0;
	color: #fff;
}

.menu-box .menu-item ul li:first-of-type a {
	padding: 0 25px 0 0;
}

.menu-box .menu-item ul li:last-of-type a {
	padding: 0;
}

.menu-box .menu-item ul li.active {
	color: #fff;
	border-bottom: none;
}

.menu-box .menu-item ul li a:hover,
.menu-box .menu-item ul li.active a {
	color: #fff !important;
}

.menu-search {
	width: 265px;
	height: 40px;
	line-height: 40px;
	margin-top: 14px;
}

.menu-search .search-form {
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
}

.menu-search .search-form .search-text {
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	border: none;
	color: #fff;
	width: 162px;
	left: 0;
}

.menu-search .search-form .search-btn {
	width: 65px;
	height: 35px;
	line-height: 35px;
	right: 4px;
	top: 3px;
	border: none;
	background: rgba(255, 255, 255, 0.2) url(../image/icon_search.png);
	background-position: 10px center;
	background-size: 12px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	font-weight: normal;
}

.menu-search .search-form:hover .search-text {
	border: none;
}

.menu-search .search-form:hover .search-btn {
	border: none;
}

.menu-search .search-form .search-btn:hover {
	border: none;
	opacity: .8;
	background: rgba(255, 255, 255, 0.2) url(../image/icon_search.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.menu-search .search-form input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.menu-search .search-form input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.menu-search .search-form input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.menu-search .search-form input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.menu-box .menu-cart {
	margin-left: 28px;
}

.menu-box .menu-cart a {
	display: block;
	line-height: 65px;
	width: 22px;
	height: 65px;
	background: url(../images/icon_ifb_cart.png) no-repeat center;
	position: relative;
}

.menu-box .menu-cart a b {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #ff0024;
	font-size: 10px;
	border-radius: 14px;
	background-color: #fff;
	position: absolute;
	right: -5px;
	top: 18px;
	text-align: center;
}

.logo-box-blue .menu-box .menu-cart a {
	background: url(../images/icon_ifb_cart_black.png) no-repeat center;
}

.logo-box-blue .menu-box .menu-cart a b {
	color: #fff;
	background-color: #ff0004;
}

/* 菜单--蓝 */
.logo-box-blue {
	height: 65px;
	background-color: #fff;
}

.logo-box-blue .menu-box {
	margin: 0 auto;
	position: static;
	background-color: #fff;
}

.logo-box-blue .menu-box .menu-item ul li a {
	color: #333;
}

.logo-box-blue .menu-box .menu-item ul li.menu_li_login,
.logo-box-blue .menu-box .menu-item ul li.menu_li_zx {
	margin-left: 20px;
}

.logo-box-blue .menu-box .menu-item ul li.menu_li_login,
.logo-box-blue .menu-box .menu-item ul li.menu_li_login a {
	color: #309ae6;
}

.logo-box-blue .menu-box .menu-item ul li.menu_li_zx,
.logo-box-blue .menu-box .menu-item ul li.menu_li_zx a {
	color: #309ae6;
}

.logo-box-blue .menu-box .menu-item ul li.menu_li_yh,
.logo-box-blue .menu-box .menu-item ul li.menu_li_yh a {
	color: #309ae6;
}

.logo-box-blue .menu-box .menu-item ul li.menu_li_login:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(../images/ifb_icon_login_blue.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 6px 0;
}

.logo-box-blue .menu-box .menu-item ul li.menu_li_login:hover {
	opacity: .8;
}

.logo-box-blue .menu-box .menu-item ul li.active a {
	color: #309ae6 !important;
}

.logo-box-blue .menu-box .menu-item ul li a.menu-bold {
	font-weight: bold;
}

.logo-box-blue .menu-box .menu-item ul li.menu-icon i {
	background: url(../image/icon_menulist_blue.png) no-repeat center;
}

.logo-box-blue .menu-box .menu-item ul li.menu-xszz i {
	background-position: 0 center;
}

.logo-box-blue .menu-box .menu-item ul li.menu-kpzz i {
	background-position: -56px center;
}

.logo-box-blue .menu-box .menu-item ul li.menu-qktg i {
	background-position: -114px center;
}

.logo-box-blue .menu-box .menu-item ul li.menu-sciqk i {
	background: url(../image/sci/icon_menu_sci.jpg) no-repeat center;
	background-size: 14px;
	background-position: left center;
}

.logo-box-blue .menu-search .search-form {
	background-color: #ebf2fc;
}

.logo-box-blue .menu-search .search-form .search-btn {
	background-color: #309ae6;
}

.logo-box-blue .menu-search .search-form .search-btn:hover {
	background-color: #309ae6;
	opacity: 0.8;
}

.logo-box-blue .menu-box .menu-item ul li:hover a {
	opacity: 1;
	color: #309ae6 !important;
}

.logo-box-blue .menu-search .search-form .search-text {
	color: #333;
}

.logo-box-blue .menu-search .search-form input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.54);
}

.logo-box-blue .menu-search .search-form input:-moz-placeholder {
	color: rgba(51, 51, 51, 0.54);
}

.logo-box-blue .menu-search .search-form input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.54);
}

.logo-box-blue .menu-search .search-form input:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.54);
}

.logo-box-blue .bg-bottom {
	width: 100%;
	min-width: 1284px;
	height: 258px;
	position: absolute;
	top: 106px;
	z-index: -1;
	background: url(../image/bg_content.png) 0 0 no-repeat;
	background-size: 100%;
}

/* 面包屑 */
.bread-crumb {
	padding: 22px 0 22px 0;
	font-size: 13px;
	color: #fff;
}

.bread-crumb a,
.bread-crumb h1 {
	color: #fff;
}

.bread-crumb h1 {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
}

.bread-crumb a:hover {
	opacity: .8;
}

.bread-crumb-black {
	padding: 28px 0 19px 0;
	font-size: 13px;
	color: #333;
}

.bread-crumb-black a {
	color: #333;
}

.bread-crumb-gray {
	padding: 28px 0 19px 0;
	font-size: 13px;
	color: #999;
}

.bread-crumb-gray a,
.bread-crumb-gray h1 {
	color: #999;
}

/**carousel**/
.dnzcar {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.dnzcar-swipe {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 7;
	transform: translateX(-50%);
}

.dnzcar-swipe li {
	float: left;
	width: 35px;
	height: 5px;
	background: rgba(255, 255, 255, 0.2);
	margin-right: 6px;
	transition: 0.3s;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.dnzcar-swipe li.on {
	background: #fff;
}

.dnzcar>div {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.dnzcar .action {
	opacity: 1;
	z-index: 6;
}

.dnzcar .action h1,
.dnzcar .action p,
.dnzcar .action .dnzcar-t>a {
	transform: translateX(0);
}

.dnzcolor1 {
	background: url(../fw/bg-banner.jpg);
	background-size: contain;
	background-repeat: repeat-y;
}

.dnzcolor1>div {
	height: 100%;
	background: url(../fw/bg-banner-bottom.png) no-repeat right -90px bottom 15px;
	background-size: contain;
}

.dnzcar-t {
	width: 800px;
	overflow: hidden;
	padding-top: 160px;
}

.dnzcar h1 {
	font-size: 60px;
	font-weight: 400;
	color: #fff;
}

.dnzcar h1,
.dnzcar-t>a {
	-webkit-transform: translateX(-350px);
	-moz-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	transform: translateX(-350px);
	-webkit-transition: transform 0.7s ease;
	-moz-transition: transform 0.7s ease;
	-ms-transition: transform 0.7s ease;
	transition: transform 0.7s ease;
}

.dnzcar-t>p {
	font-size: 19px;
	color: #fff;
}

.dnzcar-t ul li a {
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.dnzcar-t>a {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.dnzcar-t>a {
	display: block;
	width: 188px;
	height: 38px;
	margin-left: 3px;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.dnzcar-t>a:hover i {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.dnzcar-t>a>i {
	background: url(../image/icon_arrow2.png) no-repeat center;
}

.dnzcar-t i {
	display: inline-block;
	margin: -2px 0 0 10px;
	font-size: 12px;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.dnzcar-t ul {
	margin: 30px 0 40px 4px;
}

.dnzcar-t ul li {
	float: left;
}

.dnzcar-t ul li a {
	margin-right: 22px;
	font-size: 12px;
	color: #fff;
	opacity: .8;
	letter-spacing: 1px;
}

.dnzcar-t ul li a:hover,
.dnzcar-t>a:hover {
	opacity: 1;
}

.dnzcar-t ul li a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 3px;
	vertical-align: middle;
	background: url(../image/icon_arrow.png) no-repeat;
}

.block-navigation {
	height: 334px;
	background-color: #fff;
	position: absolute;
	width: 1224px;
	z-index: 7;
	margin-top: -86px;
	padding: 26px 30px 0 30px;
}

.block-navigation a:hover {
	color: #f00 !important;
}

.block-navigation .left-block {
	width: 966px;
	height: 244px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
}

.block-navigation .left-block:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 200px;
	background: #E7E7E7;
	position: absolute;
	top: 0;
	right: 0;
	clear: both;
	zoom: 1;
}

.block-navigation .left-block .inner-left {
	float: left;
	height: 190px;
	width: 205px;
}

.block-navigation .right-block {
	width: 230px;
	height: 244px;
	padding-left: 28px;
	border-bottom: 1px solid #E7E7E7;
}

.block-navigation .level-one-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 28px;
}

.block-navigation .level-one-title i {
	background: url(../image/icon_arrow_circle.png);
	width: 18px;
	height: 18px;
	margin: 0 0 4px 10px;
}

/* 筛选显示框 */
.block-navigation .type-qkfl {
	width: 170px;
	height: 34px;
	background: #ECF1F4;
	position: relative;
}

.block-navigation .type-qkfl>i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../image/icon_fllist.png) no-repeat -5px -7px;
	position: absolute;
	top: 10px;
	left: 12px;
}

.block-navigation .type-qkfl>i::after {
	content: "";
	display: block;
	width: 1px;
	height: 6px;
	background: #C0C9CF;
	position: absolute;
	right: -8px;
	top: 6px;
}

.block-navigation .type-qkfl input {
	height: 34px;
	text-indent: 45px;
	width: 128px;
	font-size: 14px;
	color: #555B5E;
	border: none;
}

.block-navigation .type-qkfl>span {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 9;
	background: #009fdb;
}

.block-navigation .type-qkfl>span em {
	display: block;
	width: 8px;
	height: 5px;
	background: url(../image/icon_sprites.png) -375px -148px;
	margin: 11px auto 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.block-navigation .type-qkfl-box {
	display: none;
	width: 1100px;
	height: 273px;
	padding-top: 8px;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 99;
}

.block-navigation .typebox {
	width: 730px;
	padding-left: 40px;
	height: 190px;
	background: #fff;
	border: 1px solid #E3E7E7;
	box-shadow: 0 20px 30px rgba(0, 28, 55, 0.1);
	-webkit-box-shadow: 0 20px 30px rgba(0, 28, 55, 0.1);
}

.block-navigation .typehd {
	font-size: 16px;
	color: #2A2A2A;
	margin-right: 40px;
	position: relative;
	height: 28px;
	line-height: 28px;
	padding: 23px 0 16px;
}

.block-navigation .typehd a {
	font-size: 14px;
	color: #979797;
	display: inline-block;
	vertical-align: top;
	float: right;
	height: 28px;
	line-height: 28px;
}

.block-navigation .typehd a b {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background: url(../image/icon_sprites.png) -83px -344px;
	margin-left: 5px;
	margin-top: 6px;
}

.block-navigation .typebd span {
	display: inline-block;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
	width: 55px;
	margin: 2px 0;
}

.block-navigation .typebd a {
	font-size: 14px;
	color: #2A2A2A;
}

.block-navigation .type-qkfl:hover>span em {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.block-navigation .type-qkfl:hover .type-qkfl-box {
	display: block;
}

.block-navigation .hotlink p {
	font-size: 12px;
	color: #777;
	border-bottom: 1px solid #E7E7E7;
	width: 170px;
	padding: 24px 0 12px;
}

.block-navigation .hotlink>div {
	font-size: 0;
	padding-top: 8px;
	display: flex;
	width: 194px;
	height: 45px;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-navigation .hotlink span {
	display: inline-block;
	width: 42px;
	height: 22px;
}

.block-navigation .hotlink a {
	font-size: 12px;
	color: #333;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 25px;
}

.block-navigation .inner-right {
	float: left;
	height: 190px;
	width: 760px;
}

.block-navigation .fkfl>.box {
	display: block;
	float: left;
	padding-left: 62px;
	width: 188px;
	height: 50px;
	margin-bottom: 38px;
	position: relative;
}

.block-navigation .fkfl>.box>a {
	font-size: 16px;
	color: #333;
	display: block;
	margin-bottom: 4px;
}

.block-navigation .fkfl>.box>div>a {
	font-size: 12px;
	color: #999;
	padding-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 6px;
}

.block-navigation .fkfl>.box>div>a:last-of-type {
	margin-right: 0;
}

.block-navigation .fkfl>.box::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/icon_dhlist.png) no-repeat;
}

.block-navigation .fkfl-green>.box::after {
	background: url(../image/icon_dhlist_green.png) no-repeat;
}

.block-navigation .fkfl .a1::after {
	background-position: 0 0;
}

.block-navigation .fkfl .a2::after {
	background-position: -74px 0;
}

.block-navigation .fkfl .a3::after {
	background-position: -146px 0;
}

.block-navigation .fkfl .a4::after {
	background-position: 0 -97px;
}

.block-navigation .fkfl .a5::after {
	background-position: -74px -97px;
}

.block-navigation .fkfl .a6::after {
	background-position: -146px -97px;
}

.block-navigation .fkfl .a7::after {
	background-position: -7px -5px;
}

.block-navigation .fkfl .a8::after {
	background-position: -7px -96px;
}

.block-navigation .bottom-block {
	height: 86px;
	margin: 0 auto;
	overflow: hidden;
}

.block-navigation .typehot {
	height: 44px;
	margin: 22px 0;
	float: left;
	width: 840px;
	position: relative;
}

.block-navigation .typehot::after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #EAEAEA;
	position: absolute;
	right: 0;
	top: 16px;
}

.block-navigation .typehot a {
	float: left;
	line-height: 44px;
	margin-left: 10px;
	font-size: 12px;
	color: #333;
}

.block-navigation .typehot a.more {
	color: #999;
	margin-left: 30px;
}

.block-navigation .typehot a:first-child {
	margin-left: 0;
}

.block-navigation .typehot a:hover {
	color: #369ae6 !important;
}

.block-navigation .typehot a i {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-top: 16px;
	background: url(../image/icon_fllist.png);
}

.block-navigation .typehot a:first-of-type i {
	background-position: -5px -39px;
}

.block-navigation .typehot a:nth-of-type(2) i {
	background-position: -37px -39px;
}

.block-navigation .typehot a:nth-of-type(3) i {
	background-position: -69px -39px;
}

.block-navigation .typehot a:nth-of-type(4) i {
	background-position: -101px -39px;
}

.block-navigation .typehot a:nth-of-type(5) i {
	background-position: -133px -39px;
}

.block-navigation .typehot a:nth-of-type(6) i {
	background-position: -165px -39px;
}

.block-navigation .typehot a:nth-of-type(7) i {
	background-position: -198px -39px;
}

.block-navigation .typehot a:first-of-type:hover i {
	background-position: -5px -68px;
}

.block-navigation .typehot a:nth-of-type(2):hover i {
	background-position: -37px -68px;
}

.block-navigation .typehot a:nth-of-type(3):hover i {
	background-position: -69px -68px;
}

.block-navigation .typehot a:nth-of-type(4):hover i {
	background-position: -101px -68px;
}

.block-navigation .typehot a:nth-of-type(5):hover i {
	background-position: -133px -68px;
}

.block-navigation .typehot a:nth-of-type(6):hover i {
	background-position: -165px -68px;
}

.block-navigation .typehot a:nth-of-type(7):hover i {
	background-position: -198px -68px;
}

.block-navigation .typehot a.more:hover {
	color: #E73C14 !important;
}

.block-navigation .typehot a.more i {
	width: 3px;
	height: 6px;
	margin-left: 8px;
	margin-top: 20px;
	background: url(../image/icon_sprites.png) no-repeat -376px -197px;
}

.block-navigation .typehot a.more:hover i {
	background-position: -376px -213px;
}

/* 列表 */
.container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url('../js/boxsizing.htc');
}

.nosetBoxsizng * {
	-moz-box-sizing: unset;
	-webkit-box-sizing: unset;
	-o-box-sizing: unset;
	-ms-box-sizing: unset;
	box-sizing: unset;
}

.dnzbg {
	margin-bottom: 20px;
	background-color: #f5f9ff;
	margin-top: 310px;
}

/* 滚动购买 */
.scrollnews {
	width: 344px;
	height: 44px;
	margin: 22px 0;
	float: left;
	margin-left: 40px;
	overflow: hidden;
}

.scrollnews .hd {
	font-size: 13px;
	color: #999;
	width: 68px;
	height: 44px;
	line-height: 44px;
	float: left;
}

.scrollnews .bd {
	float: left;
	width: 276px;
}

.scrollnews .bd li {
	font-size: 12px;
	color: #979797;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.scrollnews .bd li span {
	padding-left: 6px;
}

.scrollnews .bd li i {
	display: inline-block;
	height: 18px;
	line-height: 16px;
	background: #F12500;
	padding: 0 4px;
	font-size: 12px;
	color: #fff;
	margin: 6px 4px;
}

.scrollnews .bd li b {
	font-weight: normal;
	margin-left: 6px;
}

h2.common-big-title {
	font-size: 32px;
	font-weight: 400;
	color: #333;
	letter-spacing: 1px;
	margin: 30px 0 20px 0;
}

h2.common-big-title b {
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	position: relative;
	top: 1px;
	letter-spacing: 1px;
}

h2.common-big-title a {
	float: right;
	margin-right: 6px;
	font-size: 15px;
	font-weight: 400;
	color: #686868;
	letter-spacing: 0;
	position: relative;
	top: 19px;
}

h2.common-big-title a:hover {
	color: #f94221;
	text-decoration: none;
}

h2.common-big-title a:hover svg {
	-webkit-animation: svgan 3s linear forwards;
	-moz-animation: svgan 3s linear forwards;
	-ms-animation: svgan 3s linear forwards;
	animation: svgan 3s linear forwards;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
}

h2.common-big-title i {
	margin-left: 7px;
	position: relative;
	top: -2px;
}

h2.common-big-title i:after {
	content: "+";
	color: #f94221;
	font-size: 16px;
}

h2.common-big-title svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -3px;
	left: -5px;
}

@-webkit-keyframes svgan {
	100% {
		stroke-dashoffset: 0;
	}
}

@-moz-keyframes svgan {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes svgan {
	100% {
		stroke-dashoffset: 0;
	}
}

.dnzbg i {
	font-family: "iconfont";
	font-style: normal;
	vertical-align: middle;
}

.dnzsd1 {
	background: url(../image/bg_index_bg1.png) no-repeat bottom;
	background-size: cover;
}

.dnzsd2 {
	background: url(../image/bg_index_bg2.png) no-repeat bottom;
	background-size: cover;
}

.dnzsd3 {
	background: url(../image/bg_index_bg3.png) no-repeat bottom;
	background-size: cover;
}

.dnzsd4 {
	background: url(../image/bg_index_bg4.png) no-repeat bottom;
	background-size: cover;
}

.dnzsdsci {
	background: url(../image/bg_index_bgsci1.png) no-repeat bottom;
	background-size: cover;
}

.dnzbl>.inner-box {
	padding: 24px 12px 18px 12px;
	color: #fff;
}

.dnzbl {
	width: 124px;
	height: 606px;
	float: left;
	overflow: hidden;
	position: relative;
}

.dnzbl .top {
	height: 64px;
	background-color: #5baff2;
	position: relative;
	text-align: left;
	padding: 6px 0 0 10px;
}

.dnzbck3 .dnzbl .top {
	height: 54px;
	background: rgba(255, 255, 255, 0.2);
}

.dnzsd2 .top {
	background-color: #5fa0d2;
}

.dnzsd4 .top {
	height: 80px;
	padding: 12px 0 0 12px;
	background-color: #71afe5;
}

.dnzsd3 {
	height: 334px;
}

.dnzsd3 .top {
	height: 54px;
	background-color: #46C3E8;
}

.dnzsd4 {
	width: 236px;
	height: 385px;
}

.dnzsd4>.inner-box {
	padding: 34px 24px 0 24px;
}

.dnzbl a {
	color: #fff;
}

.dnzbl a:hover {
	opacity: .8;
}

.dnzbl .top>h3 {
	font-size: 15px;
}

.dnzsd4 .top>h3 {
	font-size: 22px;
}

.dnzbl .top>p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 10px;
	margin-top: 2px;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.7);
}

.dnzsd4 .top>p {
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(1);
}

.dnzbl .top:after {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-top: 10px solid #5baff2;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 26px;
}

.dnzsd2 .top:after {
	border-top: 10px solid #5fa0d2;
}

.dnzsd3 .top:after {
	border-top: 10px solid #46C3E8;
}

.dnzsd4 .top:after {
	border-top: 10px solid #71afe5;
}

.dnzbl ul {
	margin-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #add8ff;
}

.dnzbck3 .dnzbl ul {
	border-bottom: none;
}

.dnzbl ul li {
	line-height: 34px;
	padding-left: 24px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dnzbck3 .dnzbl ul li {
	line-height: 35px;
}

.dnzbl ul li span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_zzlist.png) no-repeat;
	background-position: 0 -40px;
	position: absolute;
	top: 12px;
	left: 4px;
}

.dnzsd3 ul li span {
	top: 8px;
}

.dnzsd3 ul li:first-of-type span {
	background-position: 0 -67px;
}

.dnzsd3 ul li:nth-of-type(2) span {
	background-position: 0 -102px;
}

.dnzsd3 ul li:nth-of-type(3) span {
	background-position: 0 -135px;
}

.dnzsd3 ul li:nth-of-type(4) span {
	background-position: 0 -168px;
}

.dnzbl .bottom {
	padding-top: 24px;
}

.dnzbl .bottom>p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
}

.dnzbl .bottom>a {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dnzbl .btn-all {
	display: block;
	width: 100%;
	height: 38px;
	background: #f12727;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
}

.dnzbr {
	float: left;
	margin-left: 6px;
	width: 1154px;
}

.dnzbr ul li {
	float: left;
	background-color: #fff;
	width: 226px;
	height: 300px;
	margin: 0 6px 6px 0;
}

.dnzbr ul li:nth-of-type(5n) {
	margin-right: 0;
}

.dnzbr ul li.box-item .item-image {
	padding: 36px 0 20px 0;
	margin-bottom: 5px;
	text-align: center;
}

.dnzbr ul li.box-item .item-image a {
	width: 110px;
	height: 150px;
	display: inline-block;
	overflow: hidden;
}

.dnzbr ul li.box-item .item-image a img {
	width: 100%;
	height: 100%;
}

.dnzbr ul li.box-item .item-title h4 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.dnzbr ul li.box-item .item-title h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dnzbr ul li.box-item .item-info-f {
	font-size: 12px;
	color: #9a9a9a;
	margin-top: 4px;
	height: 18px;
}

.dnzbck3 .dnzbr ul li.box-item .item-info-f {
	margin-top: 10px;
	color: #999;
}

.dnzbck3 .dnzbr ul li.box-item .item-info-f span {
	color: #ff0505;
}

.dnzbr ul li.box-item .item-info-s {
	font-size: 12px;
	color: #d39450;
	margin-top: 4px;
}

.dnzbr ul li.box-item .item-info-s span {
	font-size: 14px;
	color: #f00;
}

.dnzbr ul li.box-item .item-price {
	font-size: 14px;
	color: #f00;
	margin-top: 4px;
}

.dnzbr ul li.box-item-two {
	width: 380.6px;
	height: 164px;
	padding: 28px 40px;
}

.dnzbr ul li.box-item-two:nth-of-type(3N) {
	margin-right: 0;
}

.dnzbr ul li.box-item-two:nth-of-type(5n) {
	margin-right: 6px;
}

.dnzbr ul li.box-item-two:last-of-type {
	margin-right: 0;
}

.dnzbr ul li.box-item-two h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.dnzbr ul li.box-item-two p:first-of-type {
	font-size: 14px;
	color: #999;
	height: 42px;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dnzbr ul li.box-item-two p.more {
	font-size: 14px;
	color: #ff8401;
	font-weight: bold;
}

.dnzbr ul li.box-item-two a:hover {
	color: #f00 !important;
	text-decoration: none;
}

.dnzbr ul li.box-item-two:hover {
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.06);
}

/*关于我们*/
.bck7 {
	margin-top: 42px;
}

.bck7-t {
	height: 156px;
	text-align: center;
	overflow: hidden;
	background: #1b8eea url(../image/bck7-bg.png) center no-repeat;
	background-size: cover;
}

.bck7-t h3 {
	margin: 30px auto 15px auto;
	font-size: 36px;
	color: #fff;
	letter-spacing: 2px;
}

.bck7-t p {
	font-size: 14px;
	color: #fff;
}

.bck7-m {
	background-color: #fff;
}

.bck7-mt div {
	width: 50%;
	padding: 50px 0 50px 29px;
	float: left;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

.bck7-mt .nobr {
	border-right: none;
}

.bck7-mt div:nth-child(3),
.bck7-mt div:nth-child(4) {
	border-bottom: none;
}

.bck7-mt span {
	display: inline-block;
	width: 56px;
	height: 49px;
	float: left;
	border: 1px solid transparent;
	background: url(../image/bck7-icon.png) 0 0 no-repeat;
}

.bck7-mt .imgx2 {
	background-position: -91px 0;
}

.bck7-mt .imgx3 {
	background-position: 0 -80px;
}

.bck7-mt .imgx4 {
	background-position: -91 -80px;
}

.bck7-mt p {
	width: 435px;
	margin-left: 28px;
	float: left;
	font-size: 13px;
	color: #a3a3a3;
}

.bck7-mt p strong {
	display: block;
	margin: -2px 0 7px 0;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}

.bck7-mb {
	padding: 0 30px 17px 30px;
	margin-top: -1px;
	background-color: #fff;
}

.bck7-mb p {
	width: 273px;
	height: 156px;
	margin-right: 16px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.bck7-mb p:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.bck7-mb p img {
	width: 273px;
	height: 156px;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.bck7-mb span {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
}

.bck7-mb a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bck7-mb div {
	margin-top: 13px;
}

.bck7-mb b {
	margin-left: 3px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.bck7-mb div img {
	margin-left: -5px;
	position: relative;
	top: -2px;
}

/* 资讯中心 */
.bck8 .dnzsd4 .left-img>a {
	display: block;
	width: 76px;
	height: 104px;
}

.bck8 .dnzsd4 .left-img>a img {
	width: 100%;
}

.bck8 .dnzsd4 .left-img {
	float: left;
	width: 76px;
	height: 104px;
}

.bck8 .dnzsd4 .right-content {
	width: 112px;
	padding-left: 12px;
}

.bck8 .dnzsd4 .right-content>p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.bck8 .dnzsd4 .right-content>p>a {
	color: rgba(255, 255, 255, 0.75);
}

.dnzsd4 .bottom {
	padding-top: 56px;
}

.dnzsd4 .btn-all {
	height: 46px;
	line-height: 46px;
	background-color: transparent;
}

.dnzsd4 .btn-all i {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 8px;
	background: url(../image/icon_sprites.png) -375px -44px;
	margin-left: 9px;
	margin-top: 21px;
}

.bck8 .bck8-r {
	width: 1042px;
	height: 385px;
	margin-left: 6px;
	background-color: #fff;
	padding: 24px 30px;
}

.bck8 .bck8-r a:hover {
	color: #f00 !important;
}

.bck8 .bck8-r .top {
	height: 106px;
	border-bottom: 1px solid #f0f0f0;
}

.bck8 .bck8-r .top p:first-of-type>a {
	font-size: 18px;
	color: #333;
}

.bck8 .bck8-r .top p:last-of-type>a {
	font-size: 14px;
	color: #b7b7b7;
}

.bck8 .bck8-r .top p:last-of-type {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 14px;
	color: #b7b7b7;
}

.bck8 .bck8-r .bottom {
	margin-top: 34px;
}

.bck8 .bck8-r .bottom ul {
	float: left;
	width: 33.33%;
}

.bck8 .bck8-r .bottom ul li {
	margin-bottom: 12px;
}

.bck8 .bck8-r .bottom ul li>a {
	font-size: 14px;
	color: #333;
}

/* 友情链接 */
.bck9 {
	padding: 15px 5px 10px 25px;
	margin: 20px auto 20px auto;
	background-color: #fff;
}

.bck9 a:hover {
	color: #f00 !important;
}

.bck9 h5 {
	margin: 0 auto 10px auto;
	font-size: 14px;
}

.bck9 li,
.bck9 ul>a {
	width: 130px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bck9 a {
	font-size: 12px;
	color: #333;
}

/* 页脚 */
/*footer*/
.bckot {
	padding: 37px 0 28px 0;
	background-color: #fff;
}

.bckot .bckot-block {
	width: 26.5%;
	float: left;
}

.bckot .nomr {
	width: 20%;
}

.bckot img {
	width: 38px;
	height: 38px;
	float: left;
}

.bckot p {
	width: 180px;
	margin-left: 15px;
	font-size: 12px;
	color: #979797;
	float: left;
}

.bckot p b {
	display: block;
	margin-bottom: 7px;
	line-height: 1;
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.bckfo {
	background-color: #161616;
	padding: 20px 0px 30px;
}

.btm-nav {
	text-align: center;
}

.btm-nav a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0px 20px;
}

.btm-nav a:hover {
	color: #009ce0;
}

.bckfo-c {
	width: 1200px;
	margin: 0 auto;
}

.block-sm {
	text-align: center;
	margin-top: 20px;
	color: #a0a0a0;
	line-height: 24px;
}

.block-sm a {
	color: #a0a0a0;
}

.block-sm a:hover {
	color: #009ce0 !important;
}

.bckfo-c ul {
	margin-right: 135px;
	float: left;
}

.bckfo-c>p {
	margin-top: 37px;
	padding: 28px 0 28px 0;
	font-size: 12px;
	color: #807f7f;
	text-align: center;
	border-top: 1px solid #303030;
}

.bckfo-c h5 {
	padding-bottom: 12px;
	margin-bottom: 8px;
	border-bottom: 1px solid #303030;
	margin-top: 20px;
}

.bckfo-c h5 a {
	font-size: 14px;
	font-weight: 400;
	color: #f5f7fa;
}

.bckfo-c li {
	height: 26px;
	margin-bottom: 1px;
	line-height: 26px;
}

.bckfo-c li a {
	font-size: 12px;
	color: #7e7e7e;
}

.bckfo-c li a:hover {
	color: #a7a6a6;
}

.bckfo-r {
	height: 95px;
	float: right;
	padding-left: 46px;
	border-left: 1px solid #303030;
	margin-top: 30px;
}

.bckfo-r div {
	width: 156px;
	padding-left: 35px;
	text-align: center;
	margin-top: -8px;
}

.bckfo-r span {
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;
	margin-top: 12px;
	display: inline-block;
}

.bckfo-r span:nth-of-type(3) {
	font-size: 12px;
}

.bckfo-r div p {
	margin-bottom: 14px;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 6px;
	font-weight: bold;
	color: #7a7a7a;
	text-align: center;
}

.bckfo-r a {
	display: block;
	width: 131px;
	height: 32px;
	margin-top: 8px;
	line-height: 32px;
	border: 1px solid #474747;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	color: #d2d2d2;
	opacity: 0.8;
	margin: auto;
}

.bckfo-r a:hover {
	opacity: 1;
}

.bckfo-r>p {
	width: 136px;
	height: 110px;
	float: right;
	margin-top: 2px;
}

.bckfo-r i {
	display: inline-block;
	width: 13px;
	height: 105px;
	float: right;
	margin: 0 2px 0 0;
	border-bottom: 1px solid #8d8d8d;
	font-style: normal;
	font-size: 12px;
	color: #8d8d8d;
}

/* 声明 */
.bckfo-c>p.block-sm {
	font-size: 12px;
	line-height: 24px;
	padding: 25px 0 0;
	color: #666;
}

.bckfo-c>p.block-sm>a {
	color: #a0a0a0;
	font-size: 12px;
}

.bckfo-c>p.block-sm>a:hover {
	color: #009ce0;
}

/* 筛选 */
.search-top {
	background-color: #fff;
	padding-bottom: 20px;
}

.search-top-zl {
	height: 300px;
	background-color: #fff;
}

.filter-area {
	padding: 40px 32px 0 32px;
	background: #fff;
	position: relative;
	z-index: 1;
	height: 100%;
	margin-bottom: 20px;
}

.filter-sort {
	margin-bottom: 20px;
}

.filter-sort-l {
	float: left;
	width: 107px;
}

.filter-sort-l span {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 16px;
	font-weight: bold;
	padding-left: 20px;
}

.filter-sort-r {
	width: 1112px;
	float: left;
}

.filter-sort-r .all {
	float: left;
	font-size: 13px;
	line-height: 14px;
	transition: 0.3s;
}

.filter-sort-r .all:hover {
	cursor: pointer;
	color: #F12500;
}

.filter-sort-r .sorts {
	float: left;
	width: 1056px;
	margin-left: 30px;
}

.filter-sort-r .sorts a {
	display: block;
	float: left;
	margin-right: 32px;
	height: 15px;
	font-size: 13px;
	color: #2A2A2A;
	transition: 0.3s;
	line-height: 14px;
	margin-bottom: 16px;
	position: relative;
}

.filter-sort-r .sorts .split {
	width: 100%;
	height: 1px;
	margin: 0px 0 20px 0;
	overflow: hidden;
	border-bottom: 1px dotted #eaeaea;
}

.filter-area-dy .filter-sort:first-of-type .filter-sort-r .sorts a:nth-of-type(18n) {
	margin-right: 32px;
}

.filter-area .filter-sort:nth-of-type(2) .filter-sort-r .sorts a:last-of-type {
	margin-right: 0;
}

.block-ifb-scilist .filter-area .filter-sort:nth-of-type(2) .filter-sort-r .sorts a:last-of-type {
	margin-right: 35px;
}

.filter-area .filter-sort:nth-of-type(3) .filter-sort-r .sorts a:nth-of-type(18n) {
	margin-right: 0;
}

.filter-area .filter-sort:nth-of-type(4) .filter-sort-r .sorts a:last-of-type {
	margin-right: 0;
}

.filter-sort-r .sorts a.short {
	display: inline-block;
	width: 72px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
	margin-bottom: 0;
	background-color: #f9f9f9;
}

.filter-sort-r .sorts a:hover {
	color: #F12500;
	cursor: pointer;
}

.filter-sort-r .sorts a.on {
	font-weight: bold;
	color: #F12500;
}

.filter-sort-r .on,
.filter-sort-r .sorts a.app-menu-active {
	color: #F12500;
	font-weight: bold;
}

.filter-sort-r .simulation-select {
	float: left;
	position: relative;
	width: 94px;
	height: 26px;
	border-radius: 13px;
	margin-right: 26px;
}

.filter-sort-r .simulation-select .inputSelect {
	width: 100%;
	height: 100%;
	padding-left: 17px;
	border-radius: 13px;
	border: 1px solid #D7D7D7;
	cursor: pointer;
	color: #2a2a2a;
}

.filter-sort-r .simulation-select i {
	display: block;
	width: 7px;
	height: 7px;
	background: url(../image/icon_select.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3.5px;
	cursor: pointer;
}

li.dnzlezr>.navbox-zr>.filter-area .filter-sort-r .simulation-select i {
	top: 64%;
	right: 11px;
}

.filter-sort-r .simulation-select .select a {
	font-size: 12px;
	color: #2A2A2A;
	line-height: 12px;
	transition: 0.3s;
	margin: 0 0 14px 0;
	padding: 0;
	display: block;
}

.filter-sort-r .simulation-select .select a:last-of-type {
	margin-bottom: 0;
}

.filter-sort-r .simulation-select .select a:hover,
.filter-sort-r .simulation-select .select a.on {
	color: #F12500;
}

.filter-sort-r .simulation-select .select {
	width: 170px;
	padding: 22px;
	background: #fff;
	position: absolute;
	top: 44px;
	left: 0;
	border: 1px solid #EEEEEE;
	display: none;
	box-shadow: 0 15px 30px 0 rgba(31, 46, 62, 0.12);
	z-index: 1;
	height: 240px;
}

.filter-sort-r .simulation-select .select>.inner-box {
	width: 140px;
	height: 195px;
	overflow-y: auto;
}

.filter-sort-r .simulation-select .select:before {
	content: '';
	display: block;
	width: 116px;
	height: 33px;
	background: url(../image/icon_select2.png) no-repeat center;
	position: absolute;
	top: -20px;
	left: -18px;
}

.filter-sort-r.others {
	margin-top: -5px;
}

.filter-sort-r .simulation-select:hover .select {
	display: block;
}

.filter-sort-r .select:hover .select {
	display: block;
}

/*排序*/
.list-sort {
	height: 54px;
	background: #fff;
	margin-top: 2px;
	padding: 0 18px 0 50px;
	margin-bottom: 20px
}

.list-sort-condition {
	padding-top: 18px;
	float: left;
}

.list-sort-condition .condition {
	font-size: 14px;
	color: #2A2A2A;
	line-height: 14px;
	margin-right: 40px;
	transition: 0.3s;
}

.list-sort-condition .condition.on {
	font-weight: bold;
	color: #F12500;
	position: relative;
}

.list-sort-condition .condition.on:after {
	content: '';
	display: block;
	width: 24px;
	height: 3px;
	background: #F12500;
	position: absolute;
	bottom: -10px;
	left: 11px;
}

.list-sort-condition .condition-f.on::after {
	left: 4px;
}

.list-sort-condition .condition i {
	display: inline-block;
	height: 14px;
	width: 8px;
	background: url(../image/icon_triangle.png) no-repeat center;
	vertical-align: middle;
	margin-left: 5px;
}

.list-sort-condition .condition i.asc {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.list-sort-condition .condition.on i {
	background: url(../image/icon_triangle_red.png) no-repeat center;
}

.list-sort-condition .condition:hover {
	color: #F12500;
}

.list-sort-right {
	width: auto;
	height: 43px;
	margin-top: 6px;
	float: right;
}

/* 搜索框 */
.list-sort-right-s {
	width: 300px;
	height: 40px;
	margin-top: 6px;
	float: right;
	border: 1px solid #DBDBDB;
}

.list-sort-right-s form {
	width: 100%;
	height: 40px;
}

.list-sort-right-s form .q {
	width: 80%;
	height: 38px;
	float: left;
	padding-left: 18px;
	color: #777;
}

.list-sort-right-s form .search-btn {
	background: url(../image/icon_search_blue.png) no-repeat center;
	width: 12%;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
}

.list-sort-right-s form .search-btn i {
	font-size: 20px;
	font-weight: bold;
	color: #0078FF;
}

.btn-sort-service {
	display: inline-block;
	width: 118px;
	height: 32px;
	line-height: 32px;
	border-color: #ff1b2a;
	color: #ff1b2a;
}

.btn-sort-service:hover {
	background-color: #ff1b2a;
	color: #fff;
}

.list-sort-page {
	display: inline-block;
	color: #7373ab;
	margin: 0 20px 0 10px;
}

.list-sort-page>span {
	color: #ff1b2a;
}

.list-sort-btn {
	display: inline-block;
}

.list-sort-btn a {
	color: #999;
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #e2e2e2;
	background: #fff;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	margin: 13px 2.5px;
}

.list-sort-btn a:hover {
	border-color: #ff1b2a;
	color: #ff1b2a;
}

.list-sort-btn a span {
	display: inline-block;
	-webkit-transform: scale(0.6, 1.4);
	transform: scale(0.6, 1.4);
}

/* 已选条件 */
.filter-result {
	line-height: 40px;
	margin-top: 28px;
	padding: 16px 0 12px;
	border-top: 1px solid #f4f6fa;
}

.filter-result-label {
	width: 114px;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	float: left;
	margin-right: 26px;
}

.filter-result-label span {
	padding-left: 20px;
}

.filter-result-item {
	width: 1000px;
	float: left;
}

.filter-result-item .icon {
	font-size: 11px;
}

.filter-result-item ul li {
	margin-right: 13px;
	float: left;
}

.filter-result-item ul li a {
	padding: 5px 5px 5px 8px;
	border: 1px solid #a2c3ff;
	font-size: 14px;
	color: #00acee;
}

.filter-result-item ul li a span {
	color: #00acee;
}

.filter-result-item ul li a i {
	color: #00acee;
}

.filter-result-item .filter-result-reset {
	padding: 5px 8px;
	font-size: 13px;
	color: #5c5c5c;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}

.filter-result-item .filter-result-reset:hover {
	color: #fff;
	background-color: #00acee;
}

.zhnobold {
	font-weight: normal !important;
	margin-right: 0 !important;
}

/* 期刊列表 */
.list-goods-qk .list-qk-each {
	width: 100%;
	height: 194px;
	background-color: #fff;
	position: relative;
	padding-left: 120px;
	margin-bottom: 14px;
}

.list-goods-qk .list-qk-each:hover {
	box-shadow: 0 0 6px 6px rgba(13, 86, 176, 0.04);
}

.list-goods-qk .list-qk-each:hover a,
.list-goods-qk .list-qk-each:hover h2 {
	text-decoration: none;
	color: #f00 !important;
}

.list-goods-qk .list-qk-each .lileft {
	width: 912px;
	float: left;
	padding: 30px 32px 40px 32px;
	position: relative;
}

.list-goods-qk .list-qk-each .lileft img {
	position: absolute;
	width: 90px;
	height: 123px;
	left: -90px;
	top: 42px;
	background: #ccc;
}

.list-goods-qk .list-qk-each .lileft h2 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 6px;
}

.list-goods-qk .list-qk-each .lileft h2 span {
	font-size: 12px;
	color: #999;
	height: 24px;
	line-height: 22px;
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 0 24px;
	letter-spacing: 1px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 2px 16px;
}

.list-goods-qk .list-qk-each .lileft ul {
	width: 100%;
	padding-top: 38px;
}

.list-goods-qk .list-qk-each .lileft ul li {
	float: left;
	text-align: left;
	padding: 0 36px 0 30px;
	border-right: 1px solid #e6e6e6;
	width: 19%;
}

.list-goods-qk .list-qk-each .lileft ul li:first-of-type {
	padding-left: 0;
}

.list-goods-qk .list-qk-each .lileft ul li:last-of-type {
	border-right: none;
	padding-right: 0;
}

.list-goods-qk .list-qk-each .lileft ul li p:first-of-type {
	font-size: 13px;
	color: #999 !important;
	margin-bottom: 8px !important;
}

.list-goods-qk .list-qk-each .lileft ul li p:nth-of-type(2) {
	font-size: 15px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
}

.list-goods-qk .list-qk-each .lileft ul li p.red {
	color: #de0a00;
}

.list-goods-qk .list-qk-each .liright {
	float: right;
	padding: 0 20px 0 48px;
	border-left: 1px solid #e9e9e9;
	height: 128px;
	margin-top: 30px;
	width: 250px;
}

.list-goods-qk .list-qk-each .liright>div {
	height: 128px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.list-goods-qk .list-qk-each .liright>div>ul li {
	font-size: 12px;
	color: #999;
	line-height: 2.5;
	padding-left: 16px;
	background: url(../image/icon_sgyxrq.png) no-repeat left center;
}

.list-goods-qk .list-qk-each .liright>div>ul li.r-sgsj {
	background-position: 0 10px;
}

.list-goods-qk .list-qk-each .liright>div>ul li.r-yxyz {
	background-position: 0 -20px;
}

.list-goods-qk .list-qk-each .liright>div>ul li.r-rq {
	background-position: 0 -50px;
}

/*分页*/
.pagination {
	margin: 6px auto 20px;
	height: 55px;
	background-color: #fff;
	max-width: 1284px;
	width: auto;
}

.pagination .pages {
	height: 55px;
	padding-top: 8px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.pagination .pages a {
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	padding: 0 15px;
	background: #fff;
	transition: 0.3s;
	display: inline-block;
}

.pagination .pages .home {
	margin-right: 3px;
}

.pagination .pages .last {
	margin-right: 10px;
}

.pagination .pages .next {
	margin-left: 9px;
}

.pagination .pages .num {
	margin-right: 1px;
}

.pagination .pages .end {
	margin-left: 3px;
}

.pagination .pages a.disabled {
	pointer-events: none;
}

.pagination .pages a.on,
.pagination .pages a:hover {
	border-color: #F12500;
	color: #F12500;
}

.pagination .pages .turn {
	height: 38px;
	margin-left: 10px;
	background: #fff;
	padding: 0 16px;
	font-size: 14px;
	color: #2A2A2A;
	line-height: 38px;
	display: inline-block;
}

.pagination .pages .turn .input {
	display: inline-block;
	margin: 2px 0 0 5px;
	position: relative;
	width: 90px;
	height: 26px;
}

.pagination .pages .turn .jump-page {
	width: 40px;
	height: 55px;
	margin: 0 8px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #f0f0f0;
}

.pagination .pages .turn .input input {
	outline: none;
	text-align: left;
	background: #F2F4F6;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 25px;
}

.pagination .pages .turn .input .confirm-jump-page {
	position: absolute;
	top: 10px;
	right: -5px;
	display: block;
	width: 20px;
	padding: 0;
	height: 20px;
	background: #0761CA url(../image/icon_arrow3.png) no-repeat center;
}

/* 期刊正文页 */
.qkxx-block-one {
	background-color: #fff;
	padding: 50px 100px;
	margin-bottom: 20px;
}

.qkxx-block-one .preview-box {
	width: 235px;
	margin-right: 30px;
}

.qkxx-block-one .preview-box .box-image {
	width: 230px;
	height: 315px;
}

.qkxx-block-one .preview-box .box-image img {
	width: 100%;
	height: 100%;
}

.qkxx-block-one .preview-box .box-jbfl>p {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
}

.qkxx-block-one .preview-box .box-jbfl>a {
	font-size: 13px;
	color: #777;
	margin-right: 14px;
	display: inline-block;
	line-height: 1.75;
}

.qkxx-block-one .preview-box .box-jbfl>a:hover {
	color: #0087d8 !important;
}

.qkxx-block-one .info-box {
	width: 818px;
}

.qkxx-block-one .info-box .box-title h3,
.qkxx-block-one .info-box .box-title h1,
.ifb_dy_qkxx .info-box .box-title h2.ifb-dyqkname2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}

.qkxx-block-one .info-box .box-title {
	margin: 0;
	height: auto;
	overflow: auto;
}

.qkxx-block-one .info-box .box-field {
	margin: 0 0 10px 0;
	background-color: #f9f9f9;
	padding: 14px;
}

.qkxx-block-one .info-box .box-qksl {
	margin-bottom: 5px;
}

.qkxx-block-one .info-box .box-qksl .l {
	margin: 15px 0 0 0;
}

.qkxx-block-one .info-box .box-qksl .r {
	margin-top: 12px;
}

.qkxx-block-one .info-box .box-qksl ul li {
	line-height: 28px;
	font-size: 13px;
}

.qkxx-block-one .info-box .box-zylm ul li {
	white-space: normal;
}

.qkxx-block-one .info-box .box-title .w250-500 {
	min-width: auto;
}

.qkxx-block-one .info-box .box-qkjb {
	margin-left: 18px;
	margin-top: 2px;
}

.qkxx-block-one .info-box .box-qkjb a,
.qkxx-block-one .info-box .box-qkjb span {
	color: #ff0d0d;
	padding-left: 0;
	background: none;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.qkxx-block-one .info-box .box-qkjb a::before,
.qkxx-block-one .info-box .box-qkjb span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(../image/icon_qk_qkjb.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}

.qkxx-block-one .info-box .box-qkjb a:hover {
	background: none;
	color: #ff4141;
}

.qkxx-block-one .info-box .box-yzrq {
	padding: 18px 0;
	line-height: 24px;
	font-size: 13px;
	color: #222;
}

.qkxx-block-one .info-box .btn-collect {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #9f9f9f;
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 13px;
	padding: 0 12px 0 8px;
	border-radius: 20px;
}

.qkxx-block-one .info-box .btn-collect i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../image/icon_sc.png) no-repeat center;
	background-size: 22px;
}

.paper-box .box-down a {
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-right: 18px;
	transition: 0.3s;
	display: inline-block;
	width: 170px;
	height: 50px;
	border-radius: 4px;
}

.paper-box .box-down a:hover {
	opacity: .8;
	text-decoration: none;
}

.paper-box .box-down a i {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 12px;
	vertical-align: middle;
	transition: 0.3s;
	position: relative;
	margin-top: -2px;
}

.paper-box .box-down a i:after {
	display: none;
	content: "";
	position: absolute;
	left: 13px;
	top: 52%;
	width: 1px;
	height: 8px;
	margin-left: 17px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paper-box .box-down a.btn-fbzx {
	border: 1px solid #fa8b07;
	background: #fa8b07;
}

.paper-box .box-down a.btn-fbzx i {
	background: url(../image/icon_qk_fbzx.png) no-repeat center;
}

.paper-box .box-down a.btn-mfzx {
	border: 1px solid #0087d8;
	background: #0087d8;
}

.paper-box .box-down a.btn-mfzx i {
	background: url(../image/icon_qk_jjzx.png) no-repeat center;
}

.paper-box .box-down a.btn-zzdy {
	border: 1px solid #0087d8;
	background: #fff;
	color: #0087d8;
}

.paper-box .box-down a.btn-zzdy i {
	background: url(../image/icon_qk_zzdy.png) no-repeat center;
}

.paper-box .box-down a.btn-zzdy i:after {
	background-color: #0087d8;
}

.paper-box .box-zzxk p {
	display: inline-block;
	color: #999;
	font-size: 12px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 22px;
	margin-top: 14px;
	background-image: url(../image/icon_zzxk.png);
}

/* tabs */
.box-tabs {
	width: 100%;
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 100px;
}

.box-tabs::after {
	content: '';
	flex: auto;
}

.box-tabs a {
	height: 100%;
	font-size: 17px;
	color: #222;
	margin-right: 60px;
	display: block;
	align-items: center;
	justify-content: flex-start;
}

.box-tabs a:last-of-type {
	margin-right: 0;
}

.box-tabs a.tabs-active {
	color: #309ae6;
	font-weight: bold;
	position: relative;
}

.box-tabs a.tabs-active::after {
	content: '';
	display: inline-block;
	width: 53%;
	height: 3px;
	background-color: #309ae6;
	border-radius: 2px;
	position: absolute;
	bottom: 10px;
	left: 23.5%;
}

.box-tabs a:hover {
	color: #309ae6;
}

/* 内容页 */
.block-zz-common {
	padding: 40px 100px;
	background-color: #fff;
	margin-bottom: 15px;
}

.block-zz-common .title-common {
	margin-bottom: 40px;
}

.block-zz-common .title-common h3 {
	font-size: 24px;
	color: #222;
	text-align: center;
}

/* 出版社简介 */
.block-zzjj .zzjj-content>p {
	font-size: 15px;
	margin-bottom: 24px;
	line-height: 1.75;
}

.block-zzjj .zzjj-content>p:last-of-type {
	margin-bottom: 0;
}

.block-zzjj .dy-dysm .zzjj-content>p a {
	color: #333;
}

.block-zzjj .dy-dysm .zzjj-content>p a:hover {
	color: #309ae6;
}

/* 其他信息 */
.block-qtxx-verify {
	background-color: #fff;
	border-top: 1px solid #eeeeee;
}

.block-qtxx-verify .xg-cell {
	font-size: 15px;
	float: left;
	width: 25%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	zoom: 1;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.block-qtxx-verify .borderbtb {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}

.block-qtxx-verify .borderbb {
	border-bottom: 1px solid #eeeeee;
}

.block-qtxx-verify .xg-cell:not(:nth-child(4n)):after,
.block-qtxx-verify .xg-cell:not(:nth-child(4n)):after {
	content: "";
	position: absolute;
	right: 28px;
	top: 29px;
	width: 1px;
	height: 26px;
	margin-left: 17px;
	background-color: #EEEEEE;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.block-qtxx-verify .xg-cell-label {
	float: left;
	display: inline-block;
	width: 72px;
	text-align: left;
	font-size: 14px;
	color: #333;
	margin: 20px 0 18px 0;
}

.block-qtxx-verify .xg-cell-value {
	float: left;
	color: #333;
	font-size: 15px;
	line-height: 21px;
	height: 21px;
	width: -moz-calc(100% - 116px);
	width: -webkit-calc(100% - 116px);
	width: calc(100% - 116px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 20px 0 18px 0;
}

/* 投稿须知 */
.block-tgxz .tgxz-content p {
	font-size: 15px;
	color: #333;
	line-height: 2.25;
}

.block-tgxz .sgsj-box {
	color: #ff7800;
	border: 1px solid #ff7800;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	font-weight: normal;
	margin-left: 18px;
	vertical-align: top;
}

.block-tgxz .sgsj-box:hover {
	background-color: #ff7800;
	color: #fff;
}

/* 服务流程 */
.block-fwlc {
	padding: 25px 100px 30px 100px;
}

.block-fwlc .title-common {
	margin-bottom: 25px;
}

.block-fwlc .fwlc-content {
	width: 100%;
	height: 172px;
	background: #323b45 url(../image/bg_fwlc.png) no-repeat center;
	color: #fff;
	padding: 32px 40px 0 40px;
}

.block-fwlc .fwlc-content ul li {
	width: 167px;
	float: left;
	text-align: center;
	position: relative;
	color: #fff;
}

.block-fwlc .fwlc-content ul li span {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url(../image/icon_lc_circle.png) no-repeat center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}

.block-fwlc .fwlc-content ul li:not(:last-child):after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	border-bottom: 1px dashed #a4a9ad;
	position: absolute;
	right: -45px;
	top: 29%;
}

.block-fwlc .fwlc-content ul li>.p1 {
	font-size: 18px;
}

.block-fwlc .fwlc-content ul li>.p2 {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
}

.block-fwlc .fwlc-content>a:hover {
	opacity: .8;
}

/* 统计数据 */
.dl-table {
	width: 588px;
	height: 385px;
	float: left;
	border: 1px solid #eeefef;
}

.dl-table2 {
	margin-right: 12px;
}

.dl-table1 {
	height: 350px;
}

.dl-table3 {
	margin-top: 40px;
}

.dl-table>p {
	font-size: 12px;
	text-align: center;
	color: #11acde;
}

/*常见问题*/
.block-cjwt {
	margin-bottom: 0;
	padding-bottom: 0;
}

.block-cjwt ul li {
	float: left;
	width: 534px;
	background-color: #f9f9f9;
	padding: 25px;
	margin-bottom: 15px;
}

*+html .block-cjwt ul li {
	width: 516px;
	margin-right: 10px;
}

.block-cjwt ul li a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	text-indent: 0;
}

.block-cjwt ul li:not(:nth-child(2n)) {
	margin-right: 15px;
}

.block-cjwt ul li h3 {
	font-size: 15px;
	color: #222;
	text-indent: 30px;
	background: url(../image/icon_wthd.png) no-repeat 0 3px;
	font-weight: 400;
}

.block-cjwt ul li p {
	font-size: 13px;
	color: #666;
	background: url(../image/icon_wthd.png) no-repeat 0 -30px;
	margin-top: 14px;
	padding: 0 0 0 31px;
	line-height: 24px;
}

.block-cjwt ul li p>a {
	color: #666;
}

*+html .block-cjwt ul li p {
	overflow-y: hidden;
}

.block-cjwt ul li p::-webkit-scrollbar {
	display: none;
}

/* 更多问题 */
/*常见问题*/
.block-gdwt {
	padding-top: 25px;
}

.block-gdwt ul li {
	float: left;
	width: 37%;
	margin-bottom: 10px;
}

.block-gdwt ul li:nth-of-type(3n) {
	width: 25%;
}

.block-gdwt ul li a {
	font-size: 14px;
}

.block-gdwt ul li a:hover {
	color: #0087d8;
}

/* 灰底模块 */
.block-zz-gray {
	background-color: transparent;
}

.block-zz-gray .title-common {
	margin: 26px 0;
	position: relative;
}

.block-zz-gray .title-common>h3 {
	font-size: 24px;
	color: #222;
	text-align: center;
}

.block-zz-gray .title-common>h3>a {
	float: right;
	margin-right: 6px;
	font-size: 15px;
	font-weight: 400;
	color: #686868;
	letter-spacing: 0;
	position: relative;
	top: 19px;
}

.block-zz-gray .title-common>h3>a i {
	margin-left: 7px;
	position: relative;
	top: -2px;
}

.block-zz-gray .title-common>h3>a i:after {
	content: "+";
	color: #f94221;
	font-size: 16px;
}

.block-zz-gray .title-common>h3>a i svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -3px;
	left: -5px;
}

.block-zz-gray .title-common>h3>b {
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	position: relative;
	top: 1px;
	letter-spacing: 0;
}

.block-zz-gray .title-common>h3>a:hover {
	color: #f94221;
	text-decoration: none;
}

.block-zz-gray .title-common>h3>a:hover svg {
	-webkit-animation: svgan 3s linear forwards;
	-moz-animation: svgan 3s linear forwards;
	-ms-animation: svgan 3s linear forwards;
	animation: svgan 3s linear forwards;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
}

/* 关于我们 */
.block-gywm {
	margin-top: 20px;
}

/* 更多期刊 */
.block-gdqk ul {
	background-color: #fff;
	padding: 30px 20px 30px 40px;
}

.block-gdqk ul li {
	width: 16.66%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 30px;
	float: left;
}

.block-gdqk ul li:nth-of-type(9n) {
	margin-right: 0;
}

.block-gdqk ul li a {
	font-size: 14px;
	color: #333;
}

.block-gdqk ul li a:hover {
	color: #009ce0;
}

/* 友情链接 */
.block-yqlj>div {
	background-color: #fff;
	padding: 30px 20px;
}

.block-yqlj>div>a,
.block-yqlj>div>li {
	margin-right: 30px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-yqlj>div>a.title:hover {
	cursor: default;
	text-decoration: none;
}

.block-yqlj>div>a:nth-of-type(9n),
.block-yqlj>div>li:nth-of-type(9n) {
	margin-right: 0;
}

/* 关于本站 */
.block-zysm>p {
	line-height: 1.75;
	font-size: 12px;
	color: #999;
	background-color: #fff;
	padding: 30px 20px;
}

.block-zysm>p a {
	color: #999;
}

/* 分期目录 */
.left-panel-fq,
.article-content>.left-panel,
.fanwen-content>.left-panel {
	width: 982px;
	float: left;
	background-color: #fff;
}

.ifb-block-zhishi .article-content>.left-panel {
	padding: 20px 50px;
}

.right-panel-fq,
.article-content>.right-panel,
.journal-block>.right-panel,
.fanwen-content>.right-panel {
	width: 287px;
	float: right;
	margin-left: 15px;
}

.journal-block>.left-panel {
	width: 982px;
	float: left;
}

.wenxian-left {
	width: 982px;
	float: left;
	margin-bottom: 15px;
}

.wenxian-left .sort-box {
	margin-top: 0;
}

.wenxian-right {
	width: 287px;
	float: right;
	margin-left: 15px;
}

.journal-block>.left-panel>.paper-box {
	background-color: #fff;
	padding-bottom: 20px;
}

/* 服务介绍--右侧 */
.right-box-common {
	width: 100%;
	background-color: #fff;
	padding: 16px 30px 24px 30px;
}

.right-box-common .box-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}

.fwtj-box-new {
	width: 100%;
	height: 304px;
	background-color: #fff;
	padding: 16px 30px 24px 30px;
}

.fwtj-box-new .box-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}

.fwtj-box-new ul li {
	float: left;
	width: 110px;
	height: 110px;
	background-color: #f7f7f7;
	text-align: center;
}

.fwtj-box-new ul li:hover p {
	color: #1677ff;
}

.fwtj-box-new ul li i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../image/icon_tjfw.png) no-repeat;
	margin: 26px auto 10px;
}

.fwtj-box-new-gray ul li i {
	background: url(../image/icon_tjfw_gray.png) no-repeat;
}

.fwtj-box-new ul li i.img1 {
	background-position: 0 0;
}

.fwtj-box-new ul li i.img2 {
	background-position: -60px 0;
}

.fwtj-box-new ul li i.img3 {
	background-position: 0 -45px;
}

.fwtj-box-new ul li i.img4 {
	background-position: -60px -44px;
}

.fwtj-box-new ul li:nth-of-type(2n-1) {
	margin-right: 7px;
}

.fwtj-box-new ul li:nth-of-type(3),
.fwtj-box-new ul li:nth-of-type(4) {
	margin-top: 7px;
}

.fwtj-box-new ul li p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

/* 分期目录--相关期刊 */
.block-xgqk-sp {
	width: 100%;
	background-color: #fff;
	padding: 18px 25px 0 25px;
}

.block-xgqk-sp .box-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
	padding-bottom: 16px;
	border-bottom: solid 1px #eeeeee;
}

.block-xgqk-sp .box-con li {
	padding: 18px 0;
	border-bottom: 1px solid #f5f5f5;
}

.block-xgqk-sp .box-con li:last-of-type {
	border-bottom: none;
}

.block-xgqk-sp .box-con li .item-image {
	float: left;
}

.block-xgqk-sp .box-con li .item-right {
	float: right;
	margin-left: 20px;
	width: 132px;
}

.block-xgqk-sp .box-con li .item-image img {
	display: block;
	width: 74px;
	height: 102px;
}

.block-xgqk-sp .box-con li .item-right .item-title {
	max-height: 48px;
	font-size: 16px;
	overflow: hidden;
}

.block-xgqk-sp .box-con li .item-right .item-title a {
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}

.block-xgqk-sp .box-con li .item-right .item-info {
	margin-top: 8px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dy-zzjj .zzjj-content {
	font-size: 15px;
	line-height: 1.75;
}

/* 订阅正文页 */
.dyxx-block-one .info-box .btn-collect {
	top: 0;
}

.dyxx-block-one .info-box .box-yzrq {
	margin-top: 10px;
}

/* 订阅-简介 */
.dy-zzjj .zzjj-content>p {
	margin-bottom: 0;
}

.dy-lmsz .lmsz-content {
	font-size: 15px;
	line-height: 1.75;
}

.dy-jxpd .zzjj-content>p {
	margin-bottom: 0;
}

.dy-jxpd .jxpd-content>p img {
	border: 0;
	vertical-align: middle;
}

/* 交易记录 */
.dy-cjjl table {
	width: 100%;
	border-collapse: collapse;
}

.dy-cjjl table td,
.dy-cjjl table th {
	border: 1px solid #eee;
	color: #333;
	height: 55px;
	text-align: left;
	font-size: 15px;
}

.dy-cjjl table th {
	color: #333;
	background-color: #f0f2f8;
	border-color: #f0f2f8;
}

.dy-cjjl table tr th:first-of-type,
.dy-cjjl table tr td:first-of-type {
	width: 200px;
	padding-left: 38px;
}

.dy-cjjl table tr th:nth-of-type(2),
.dy-cjjl table tr td:nth-of-type(2) {
	width: 150px;
}

.dy-cjjl table tr td:first-of-type {
	color: #333;
}

.dy-cjjl table tr td {
	border-right-color: #fff !important;
}

.dy-cjjl table tr td:last-of-type {
	border-right-color: #e4e4e4 !important;
}

.dy-cjjl table tr td.price {
	color: #0176ff;
}

.dy-cjjl table tr td.num {
	width: 34px;
	text-align: center;
}

.dy-cjjl table tr .jylx {
	padding-left: 100px;
}

/* 相关杂志 */
.dy-xgzz .item-info {
	color: #999;
}

.dy-xgzz .item-price {
	font-size: 14px;
	color: #ff1800;
	margin-top: 4px;
}

/* 文章列表 */
.article-list .left-panel {
	width: 982px;
	float: left;
	margin-right: 15px;
}

.article-list .left-panel .paper-box {
	background-color: #fff;
	margin-top: 15px;
}

.article-list .right-panel {
	width: 287px;
	float: left;
}

.article-list .left-panel .bg-top,
.jptag-bg-top {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: url(../image/bg_qkzs.png) no-repeat center;
	background-size: cover;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* 期刊内页重要提示 */
.important-tips {
	font-size: 12px;
	color: #999;
	height: 54px;
	line-height: 54px;
}

/* 出版社 */
/* flex布局 */
.nomb {
	margin-bottom: 0 !important;
}

ul.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

li {
	display: block;
	align-items: center;
	justify-content: flex-start;
}

/* 面包屑 */
.bread-crumb-cbs>a::after {
	content: '>';
	display: inline-block;
	margin-left: 6px;
}

.bread-crumb-cbs>a:last-of-type:after {
	display: none;
}

/* 出版社列表 */
.list-goods-cbs .list-cbs-each {
	width: 100%;
	height: 180px;
	background-color: #fff;
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
}

.list-goods-cbs .list-cbs-each:hover {
	box-shadow: 0 0 6px 6px rgba(13, 86, 176, 0.04);
}

.list-goods-cbs .list-cbs-each:hover a {
	text-decoration: none;
}

.list-goods-cbs .list-cbs-each .lileft {
	width: 858px;
	float: left;
	padding: 20px 50px 26px 0;
	position: relative;
}

.list-goods-cbs .list-cbs-each .lileft h2 {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 6px;
	text-align: left;
}

.list-goods-cbs .list-cbs-each:hover h2 {
	color: #00a1cc;
}

.list-goods-cbs .list-cbs-each .lileft h2 span {
	font-size: 12px;
	color: #00a1cc;
	height: 24px;
	line-height: 22px;
	border: 1px solid #00a1cc;
	padding: 0 12px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 4px 16px;
	font-weight: 400;
}

.list-goods-cbs .list-cbs-each .lileft h2 span:hover {
	background-color: #00a1cc;
	color: #fff;
}

.list-goods-cbs .list-cbs-each .lileft h2 span:hover a {
	color: #fff;
}

.list-goods-cbs .list-cbs-each .lileft h2 span>a {
	color: #00a1cc;
}

.list-goods-cbs .list-cbs-each .lileft ul {
	width: 100%;
	padding-top: 30px;
}

.list-goods-cbs .list-cbs-each .lileft ul li {
	float: left;
	text-align: left;
	padding: 0 0 0 30px;
	width: 28%;
	position: relative;
}

.list-goods-cbs .list-cbs-each .lileft ul li::before {
	display: block;
	content: '';
	width: 1px;
	height: 14px;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	top: 5px;
}

.list-goods-cbs .list-cbs-each .lileft ul li:first-of-type {
	padding-left: 0;
}

.list-goods-cbs .list-cbs-each .lileft ul li:last-of-type {
	border-right: none;
	padding-right: 0;
}

.list-goods-cbs .list-cbs-each .lileft ul li p {
	font-size: 14px;
	font-weight: bold;
	color: #333 !important;
	margin-bottom: 8px !important;
}

.list-goods-cbs .list-cbs-each .lileft ul li p>span {
	width: 60%;
	font-size: 14px;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
}

.list-goods-cbs .list-cbs-each .lileft ul li p>span>a {
	font-size: 14px;
	color: #777;
	font-weight: 400;
}

.list-goods-cbs .list-cbs-each .lileft ul li p>span>a:hover {
	color: #00a1cc;
}

.list-goods-cbs .list-cbs-each .lileft ul li p.red {
	color: #de0a00;
}

.list-goods-cbs .list-cbs-each .lileft .cbfc-list {
	margin-top: 15px;
}

.list-goods-cbs .list-cbs-each .lileft .cbfc-list>a,
.list-goods-cbs .list-cbs-each .lileft .cbfc-list>span {
	display: inline-block;
	padding: 0 8px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #e5e5e5;
	color: #777;
	font-size: 12px;
	margin-right: 10px;
}

.list-goods-cbs .list-cbs-each .lileft .cbfc-list>a:hover {
	border-color: #309ae6;
	background-color: #309ae6;
	color: #fff;
}

.list-goods-cbs .list-cbs-each .liright {
	float: right;
	padding: 0 0 0 28px;
	height: 128px;
	margin-top: 30px;
	width: 280px;
	display: table;
	position: relative;
	background: url(../image/cbs/icon_cbs_list_right.png) no-repeat center 18px;
}

.list-goods-cbs .list-cbs-each .liright::before {
	content: "";
	width: 1px;
	height: 104px;
	background-color: #efefef;
	position: absolute;
	top: 12px;
	left: 0;
}

.list-goods-cbs .list-cbs-each .liright>div {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	font-size: 13px;
	color: #999;
}

.list-goods-cbs .list-cbs-each .liright>div p {
	line-height: 2.5;
	padding-left: 64px;
}

.list-goods-cbs .list-cbs-each .liright>div p:first-of-type {
	margin-top: 6px;
}

.list-goods-cbs .list-cbs-each .liright>div a,
.list-goods-cbs .list-cbs-each .liright>div span {
	font-size: 13px;
	color: #999;
}

.list-goods-cbs .list-cbs-each .liright a:hover {
	color: #00a1cc;
}

/* 简介 */
.cbs-body .cbsjj-content>p {
	font-size: 15px;
	margin-bottom: 24px;
	line-height: 1.75;
}

.cbs-body .cbsjj-content>p:last-of-type {
	margin-bottom: 0;
}

.cbs-body .block-mzsm .cbsjj-content>p {
	font-size: 12px;
	color: #999;
}

.cbs-body .block-mzsm .cbsjj-content>p a {
	color: #999;
}

.cbs-body .block-mzsm .cbsjj-content>p a:hover {
	color: #009ce0;
}

.cbs-body .qkxx-block-one {
	padding: 48px 24px 30px 24px;
}

.cbs-body .qkxx-block-one .preview-box {
	width: 320px;
}

.cbs-body .qkxx-block-one .info-box {
	width: 886px;
	min-height: auto;
}

.cbs-body .qkxx-block-one .preview-box .box-image {
	width: 320px;
	height: 320px;
	background: url(../image/cbs/bg_cbs.png) no-repeat center;
	text-align: center;
}

.cbs-body .qkxx-block-one .preview-box .box-image h2 {
	font-size: 24px;
	padding-top: 80px;
	margin-bottom: 12px;
}

.cbs-body .qkxx-block-one .preview-box .box-image p {
	font-size: 16px;
}

.cbs-body .qkxx-block-one .preview-box .box-jbfl>p {
	line-height: 56px;
}

.cbs-body .qkxx-block-one .preview-box .box-jbfl>a {
	line-height: 2;
}

.cbs-body .qkxx-block-one .info-box .box-title {
	height: auto;
}

.cbs-body .qkxx-block-one .info-box .box-title h3,
.cbs-body .qkxx-block-one .info-box .box-title h1 {
	height: 36px;
	line-height: 36px;
	max-width: 80.5%;
	display: inline-block;
	margin-right: 1%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cbs-body .qkxx-block-one .info-box .box-title .title-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 17px;
	padding: 0 8px;
	background-color: #009ce0;
	border: 1px solid #009ce0;
	border-radius: 4px;
	vertical-align: top;
	margin-top: 10px;
	color: #fff;
}

.cbs-body .qkxx-block-one .info-box .box-title .title-tag:first-of-type {
	margin-right: 4px;
}

.cbs-body .qkxx-block-one .info-box .box-description {
	margin: 10px 0 16px 0;
}

.cbs-body .qkxx-block-one .info-box .box-description p {
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cbs-body .qkxx-block-one .info-box .box-field {
	padding: 20px 24px;
}

.cbs-body .qkxx-block-one .info-box .box-field dl {
	float: none;
	width: 100%;
}

.cbs-body .info-box .box-field dl dd {
	height: auto;
	line-height: 24px;
	margin-bottom: 22px;
}

.cbs-body .qkxx-block-one .info-box .box-field dl dd a,
.cbs-body .qkxx-block-one .info-box .box-field dl dd b {
	margin-right: 10px;
	font-weight: normal;
}

.cbs-body .qkxx-block-one .info-box .paper-box {
	margin-top: 60px;
}

.cbs-body .block-zz-common .title-common h3 {
	font-size: 22px;
}

.cbs-body .cbsyw-content ul li {
	width: 49%;
	height: 140px;
	background-color: #f2f7f9;
	padding: 30px 26px;
	text-align: center;
}

.cbs-body .block-cbsyw .cbsyw-content ul li b {
	font-size: 16px;
	margin-bottom: 14px;
	display: block;
}

.cbs-body .block-cbsyw .cbsyw-content ul li p {
	font-size: 14px;
	color: #777;
	line-height: 1.75;
}

/* 服务保障 */
.cbs-body .cbsbz-content ul li {
	width: 49.5%;
	height: 174px;
	background-color: #f2f7f9;
	padding: 34px 24px 40px 156px;
}

.cbs-body .cbsbz-content ul li:first-of-type {
	background: #f2f7f9 url(../image/cbs/icon_why1.png) no-repeat 22px center;
}

.cbs-body .cbsbz-content ul li:last-of-type {
	background: #f2f7f9 url(../image/cbs/icon_why2.png) no-repeat 30px 50px;
}

.cbs-body .cbsbz-content ul li b {
	font-size: 24px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

.cbs-body .cbsbz-content ul li p {
	font-size: 14px;
	line-height: 1.75;
}

/* 服务清单 */
.cbs-body .cbsqd-content .gh-transfer {
	width: 100%;
}

.cbs-body .cbsqd-content .gh-transfer-top ul {
	font-size: 0;
	width: 100%;
	height: 60px;
	background-color: #f2f7f9;
}

.cbs-body .cbsqd-content .gh-transfer-top ul li {
	position: relative;
	float: left;
	font-size: 16px;
	color: #333;
	padding-left: 40px;
	line-height: 60px;
	font-weight: bold;
}

.cbs-body .cbsqd-content .gh-transfer-top ul li:first-of-type,
.cbsqd-content table tr td:first-of-type,
.cbsqd-content table tr:nth-of-type(2) td:first-of-type {
	width: 185px;
}

.cbs-body .cbsqd-content .gh-transfer-top ul li:nth-of-type(2),
.cbsqd-content table tr td:nth-of-type(2) {
	width: 440px;
	padding-right: 60px;
}

.cbs-body .cbsqd-content .gh-transfer-top ul li:nth-of-type(3),
.cbsqd-content table tr td:nth-of-type(3) {
	width: 188px;
}

.cbs-body .cbsqd-content .gh-transfer-top ul li:nth-of-type(4),
.cbsqd-content table tr td:nth-of-type(4) {
	width: 284px;
}

.cbs-body .cbsqd-content .gh-transfer-top ul li:not(5):after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	margin-left: 14px;
	background-color: #D3D9DF;
}

.cbs-body .cbsqd-content .gh-transfer-bottom {
	padding: 30px 40px;
	background: #fff;
	border: 1px solid #EEEEEE;
}

.cbs-body .cbsqd-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.cbs-body .cbsqd-content table tr td:first-of-type {
	font-weight: bold;
}

.cbs-body .cbsqd-content table tr:first-of-type td {
	border-top: none !important;
}

.cbs-body .cbsqd-content table tr:first-of-type td:first-of-type {
	width: 148px;
	padding-left: 0;
}

.cbs-body .cbsqd-content table tr:first-of-type td:last-of-type {
	border-right: none !important;
}

.cbs-body .cbsqd-content table tr:nth-of-type(2) td:first-of-type {
	width: 134px;
	padding-left: 0;
}

.cbs-body .cbsqd-content table td {
	font-size: 14px;
	color: #333;
	padding: 17px 0 17px 40px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: left;
}

/* 服务流程 */
.cbs-body .block-fwlc .fwlc-content {
	background: url(../image/cbs/bg_fwlc.png) no-repeat center;
	background-size: cover;
	color: #333;
	padding: 30px 0 0 23px;
}

.cbs-body .block-fwlc .fwlc-content>a {
	display: block;
}

.cbs-body .block-fwlc .fwlc-content ul li {
	width: 176px;
	color: #333;
}

.cbs-body .block-fwlc .fwlc-content ul li>span {
	background: url(../image/cbs/icon_lc_circle.png) no-repeat center;
}

.cbs-body .block-fwlc .fwlc-content ul li>.p2 {
	color: #999;
}

/* 服务特色 */
.cbs-body .cbsys-content ul li {
	width: 49%;
	height: 162px;
	margin: 0 1% 1% 0;
	float: left;
	background-color: #f2f7f9;
	padding: 50px 36px 50px 29px;
}

.cbs-body .cbsys-content ul li:nth-of-type(2n) {
	margin-right: 0;
}

.cbs-body .cbsys-content ul li>a {
	display: block;
}

.cbs-body .cbsys-content ul li>a>span {
	display: inline-block;
	width: 56px;
	height: 49px;
	float: left;
	border: 1px solid transparent;
	background: url(../image/cbs/icon_yslist.png) -22px -16px no-repeat;
}

.cbs-body .cbsys-content ul li>a>p {
	width: 81%;
	margin-left: 28px;
	float: left;
	font-size: 14px;
	color: #a3a3a3;
}

.cbs-body .cbsys-content ul li>a>p>strong {
	display: block;
	margin: -2px 0 7px 0;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}

.cbs-body .cbsys-content ul li .imgx2 {
	background-position: -572px -16px;
}

.cbs-body .cbsys-content ul li .imgx3 {
	background-position: -22px -178px;
}

.cbs-body .cbsys-content ul li .imgx4 {
	background-position: -578px -180px;
}

/* 常见问题 */
.cbs-body .cbswt-content ul li {
	width: 49%;
	height: 162px;
	margin: 0 1% 1% 0;
	float: left;
	background-color: #f2f7f9;
	padding: 28px 32px;
}

.cbs-body .cbswt-content ul li:nth-of-type(2n) {
	margin-right: 0;
}

.cbs-body .cbswt-content ul li>h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 14px;
}

.cbs-body .cbswt-content ul li>p {
	font-size: 14px;
	color: #999;
	line-height: 1.75;
}

.cbs-body .cbswt-content ul li>p a {
	color: #008fcc;
}

.cbs-body .cbswt-content ul li>p a:hover {
	text-decoration: underline;
}

.search-cbs-list .item-image a {
	position: relative;
}

.search-cbs-list .item-image a b {
	display: block;
	padding: 0 8%;
	position: absolute;
	top: 30px;
	text-align: center;
	color: #333;
	z-index: 2;
	width: 84%;
}

.condition-dx i {
	transform: rotate(180deg);
}

.table {
	display: table;
	height: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}

/* 首页广告图 */
.ifb-ad-index {
	width: 100%;
	height: 133px;
	margin: 30px auto 0;
	background: #389ee8 url(../ad/dy/ad_index_dy.jpg) no-repeat left center;
}

.ifb-ad-index>a {
	display: block;
	width: 100%;
	height: 133px;
	display: flex;
	justify-content: space-between;
}

.ifb-ad-index .des {
	width: 600px;
	margin-left: 316px;
	margin-top: 22px;
}

.ifb-ad-index .des h3 {
	color: #fff;
	font-size: 38px;
}

.ifb-ad-index .des p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 2px;
}

.ifb-ad-index .des p span {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.ifb-ad-index .btn {
	display: block;
	width: 157px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 55px;
	margin-top: 44px;
}

/* 期刊广告页面 */
/* 期刊广告页面 */
.ifb-ad-qk {
	width: 100%;
	height: 130px;
	margin: 15px auto;
	background: url(../ad/dy/ad_content_qk.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.ifb-ad-qk>div {
	padding: 0 100px;
}

.ifb-ad-qk .p1 {
	font-size: 30px;
	margin-bottom: 6px;
}

.ifb-ad-qk .p2 {
	font-size: 14px;
}

.ifb-ad-qk .p2 span {
	color: #ff0000;
}

.ifb-ad-qk a {
	position: absolute;
	display: block;
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #009ce0;
	right: 100px;
	top: 43px;
}

.ifb-ad-qk a:hover {
	opacity: .8;
}

.ifb_qk_dyblock {
	width: 100%;
	height: 220px;
	margin: 15px auto;
	padding: 35px 100px;
	background-color: #fff;
	position: relative;
}

.ifb_qk_dyblock .l_img {
	float: left;
	width: 110px;
	height: auto;
}

.ifb_qk_dyblock .l_img img {
	width: 100%;
	height: 100%;
}

.ifb_qk_dyblock .l_info {
	float: left;
	width: 952px;
	margin-left: 22px;
}

.ifb_qk_dyblock .l_info .p1 {
	font-size: 30px;
	color: #000;
	line-height: 1;
	margin-bottom: 12px;
	max-width: 68%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ifb_qk_dyblock .l_info .p2 {
	font-size: 15px;
	color: #000;
}

.ifb_qk_dyblock .p2 span {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

.ifb_qk_dyblock ul.ifb_dysm {
	margin-top: 12px;
}

.ifb_qk_dyblock ul.ifb_dysm li {
	float: left;
	font-size: 12px;
	color: #555;
	margin-right: 26px;
}

.ifb_qk_dyblock ul.ifb_dysm li:last-of-type {
	margin-right: 0;
}

.ifb_qk_dyblock ul.ifb_dysm li::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/ifb_dy_yssm.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.ifb_qk_dyblock .p3 {
	font-size: 12px;
	line-height: 24px;
	color: #555;
	border-top: solid 1px #ecf1f6;
	margin-top: 16px;
	padding-top: 12px;
}

.ifb_qk_dyblock .r_btns {
	position: absolute;
	right: 100px;
	top: 72px;
}

.ifb_qk_dyblock .r_btns a {
	display: inline-block;
	width: 125px;
	height: 40px;
	line-height: 38px;
	border-radius: 4px;
	border: solid 1px #009ce0;
	font-size: 16px;
	text-align: center;
}

.ifb_qk_dyblock .r_btns a.btn_ljdy {
	background-color: #009ce0;
	color: #fff;
}

.ifb_qk_dyblock .r_btns a.btn_ljdy:hover {
	background-color: #03b1fd;
	border-color: #03b1fd;
}

.ifb_qk_dyblock .r_btns a.btn_jrgwc {
	background-color: #fff;
	color: #009ce0;
	margin-left: 18px;
}

.ifb_qk_dyblock .r_btns a.btn_jrgwc:hover {
	background-color: #009ce0;
	color: #fff;
}

/* 杂志问答 */
.wenda-main {
	background-color: #f5f9ff;
}

.wenda-body .left-panel {
	float: left;
	width: 964px;
	margin-right: 20px;
}

.wenda-body .left-panel h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.wenda-body .left-panel .box-info {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 10px auto 20px;
}

.wenda-body .left-panel .box-answer p {
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	margin-bottom: 30px;
	margin-top: 30px;
}

.wenda-body .left-panel .box-answer .ifbscichartsboxwd .chartstitle {
	margin-top: 0;
}

.wenda-body .left-panel .box-answer p b,
.wenda-body .left-panel .box-answer b.tgyq p {
	font-size: 16px;
	color: #333;
	line-height: 1.75;
}

.wenda-body .left-panel .common-box {
	padding: 40px 48px;
	background-color: #fff;
	margin-bottom: 20px;
}

.wenda-body .left-panel .common-box .box-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.wenda-ad-block {
	width: 100%;
	height: 147px;
	margin-bottom: 20px;
}

.wenda-zxfw-block {
	width: 100%;
	height: 146px;
	margin-bottom: 20px;
	background: url(../image/wenda_zxfw.png) no-repeat;
}

.wenda-zxfw-block>a {
	display: block;
	width: 100%;
	height: 100%;
}

.wenda-zxfw-block>a:hover {
	color: #333;
}

.wenda-zxfw-block .left-box {
	padding: 32px 0 0 50px;
}

.wenda-zxfw-block .left-box b {
	display: block;
	font-size: 30px;
}

.wenda-zxfw-block .left-box p {
	font-size: 16px;
}

.wenda-zxfw-block .right-btn span {
	display: block;
	width: 165px;
	height: 48px;
	line-height: 48px;
	background-color: #009ae0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	margin: 49px 50px 0 0;
}

.wenda-xgqk ul li {
	float: left;
	width: 17%;
	margin-right: 3.75%;
}

.wenda-xgqk ul li:last-of-type {
	margin-right: 0;
}

.wenda-xgqk ul li .item-image a {
	display: block;
	width: 146px;
	height: 196px;
}

.wenda-xgqk ul li .item-image img {
	width: 100%;
	height: 100%;
}

.wenda-xgqk ul li .item-text {
	margin-top: 12px;
	text-align: center;
}

.wenda-xgqk ul li .item-text a {
	font-size: 16px;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wenda-xgqk ul li .item-text p {
	font-size: 14px;
	color: #777;
}

.wenda-body .right-panel {
	float: left;
	width: 300px;
}

.wenda-body .right-panel .common-box {
	background-color: #fff;
	margin-bottom: 20px;
}

.wenda-body .right-panel .wenda-qkxx {
	padding: 25px;
}

.wenda-body .right-panel .wenda-qkxx .item-image {
	width: 178px;
	height: 240px;
	margin: 0 auto;
}

.wenda-body .right-panel .wenda-qkxx .item-image img {
	width: 100%;
	height: 100%;
}

.wenda-body .right-panel .wenda-qkxx .item-info {
	text-align: center;
}

.wenda-body .right-panel .wenda-qkxx .item-info h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.wenda-body .right-panel .wenda-qkxx .item-info p {
	font-size: 12px;
	color: #999;
}

.wenda-body .right-panel .wenda-qkxx .item-info a {
	display: block;
	width: 186px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	background-color: #309ae6;
	margin: 12px auto 0;
	color: #fff;
	border-radius: 2px;
}

.wenda-body .right-panel .wenda-qkxx .item-info a:hover {
	opacity: .8;
}

.wenda-body .right-panel .wenda-xgwt {}

.wenda-body .right-panel .wenda-xgwt .box-title {
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f0f0f2;
	padding-left: 20px;
}

.wenda-body .right-panel .wenda-xgwt .box-info {
	padding: 15px 20px;
}

.wenda-body .right-panel .wenda-xgwt .box-info ul li {
	line-height: 2.5;
	font-size: 14px;
	font-weight: normal;
}

/* sci广告 */
.yfb-ad-block-sci>a {
	display: block;
	width: 100%;
	height: 130px;
	margin: 20px auto 20px;
	background: url(../image/bg_block_ad_sci.png) no-repeat center;
	background-size: cover;
}

.yfb-ad-block-sci>a:hover {
	opacity: .8;
}

/* 精品范文 */
.const-left {
	height: 98px;
	line-height: 98px;
	background-color: #fff;
	padding-left: 30px;
	margin: 20px 0;
}

.const-left a {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	margin: 0 auto;
	border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	margin-left: 23px;
}

.const-left .active {
	color: #fff;
	background-color: #309ae6;
}

.const-left .active:hover {
	color: #fff;
}

.const-list>div {
	padding: 30px 30px 20px 30px;
	margin-bottom: 15px;
	background-color: #fff;
}

.const-list b {
	display: block;
	width: 50px;
	line-height: 1;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}

.const-list p {
	display: block;
}

.const-list a {
	display: inline-block;
	margin: 0 6px 10px 0;
	padding: 0 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}

.const-list a:hover {
	color: #309ae6;
}

.const-left a:hover {
	color: #309ae6;
}

.h15bg {
	height: 15px;
	background-color: #f5f9ff;
}

/* 发文分析 */
.block-sjfx {
	margin-bottom: 0;
	padding-bottom: 0;
}

.block-fwfx .title-common {}

.block-fwfx .dlanly_box .dlanly {
	float: left;
	width: 49%;
	margin: 0;
}

.block-fwfx .dlanly_box .dlanly:nth-of-type(2n) {
	margin-left: 2%;
}

.block-fwfx .dlanly_box .dlanly:nth-of-type(3),
.block-fwfx .dlanly_box .dlanly:nth-of-type(4) {
	margin-top: 40px;
}

.block-fwfx .dlanly_box .dlanly_tablecom {
	width: 100%;
	height: 310px;
	margin-top: 20px;
	border: solid 1px #eeeeee;
}

.block-fwfx .dlanly_box .dlanly_tablecom:nth-of-type(2) {
	margin-left: 2%;
}

.block-fwfx .dlanly_box .dlanly_fwxz thead td:first-of-type,
.block-fwfx .dlanly_box .dlanly_fwxz tbody td:first-of-type {
	width: 17%;
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_fwxz thead td:nth-of-type(2),
.block-fwfx .dlanly_box .dlanly_fwxz tbody td:nth-of-type(2) {
	width: 17%;
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_fwxz thead td:nth-of-type(3) {
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_fwxz tbody td:nth-of-type(3) {
	padding-left: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-fwfx .dlanly_box .dlanly_fwjg thead td:first-of-type {
	width: 34%;
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_fwjg tbody td:first-of-type {
	padding-left: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-fwfx .dlanly_box .dlanly_fwjg thead td:nth-of-type(2),
.block-fwfx .dlanly_box .dlanly_fwjg tbody td:nth-of-type(2) {
	width: 17%;
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_fwjg thead td:nth-of-type(3) {
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_fwjg tbody td:nth-of-type(3) {
	padding-left: 10px;
}

.block-fwfx .dlanly_box .dlanly_zzxm thead td:first-of-type,
.block-fwfx .dlanly_box .dlanly_zzxm tbody td:first-of-type {
	width: 17%;
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_zzxm thead td:nth-of-type(2) {
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_zzxm tbody td:nth-of-type(2) {
	padding-left: 10px;
}

.block-fwfx .dlanly_box .dlanly_zzkt thead td:first-of-type,
.block-fwfx .dlanly_box .dlanly_zzkt tbody td:first-of-type {
	width: 17%;
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_zzkt thead td:nth-of-type(2) {
	text-align: center;
}

.block-fwfx .dlanly_box .dlanly_zzkt tbody td:nth-of-type(2) {
	padding-left: 10px;
}

/* 历史收录 */
.block-lssl {
	padding-bottom: 12px;
}

.block-lssl ul li {
	float: left;
	width: 295px;
	margin: 0 16px 16px 0;
	height: 48px;
	line-height: 48px;
	background-color: #f8f9fd;
	font-size: 14px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-lssl ul li:nth-of-type(4n) {
	margin-right: 0;
}

/* 期刊内页更新 */
.ifb_qk_lbinfo {
	padding: 10px 0;
	border-bottom: solid 1px #eee;
	position: relative;
}

.ifb_qk_lbinfo a.btn_collect {
	display: block;
	font-size: 12px;
	color: #222;
	text-align: center;
	position: absolute;
	right: 0;
	top: 13px;
	margin-top: 0 !important;
}

.qkxx-block-one .preview-box a.btn_collect {
	display: block;
	font-size: 12px;
	color: #222;
	text-align: center;
	margin-top: 14px;
}

.ifb_qk_lbinfo a.btn_collect:hover,
.qkxx-block-one .preview-box a.btn_collect:hover {
	color: #fb7823;
}

.ifb_qk_lbinfo a.btn_collect i.jrsc,
.qkxx-block-one .preview-box a.btn_collect i.jrsc {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../images/ifb_icon_collect.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 4px 6px;
}

.ifb_qk_lbinfo a.btn_collect:hover i.jrsc,
.qkxx-block-one .preview-box a.btn_collect:hover i.jrsc {
	background: url(../images/ifb_icon_collected.png) no-repeat;
}

.ifb_qk_lbinfo a.btn_collect i.ysc,
.qkxx-block-one .preview-box a.btn_collect i.ysc {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../images/ifb_icon_collected.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 4px 6px;
}

.ifb_qk_lbinfo p {
	font-size: 13px;
	color: #2693e0;
	line-height: 26px;
}

.qkxx-block-one .info-box .box-field ul li {
	float: left;
	width: 33.33%;
	font-size: 14px;
	line-height: 32px;
	color: #222;
	padding-right: 3.33%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkxx-block-one .info-box .box-field ul li.price font {
	color: #ff0d0d;
}

.qkxx-block-one .info-box .box-field ul li a:hover {
	color: #309ae6;
}

.ifb_qk_qkzgxc {
	margin: 15px 0;
}

.ifb_qk_qkzgxc>a {
	display: block;
	width: 100%;
	height: 95px;
	background: url(../image/bg_qk_qkzg.png) no-repeat;
}

.ifb_qk_qkzgxc>a:hover {
	opacity: .8;
}

.ifb_qk_combox {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 0 100px;
}

.ifb_qk_maincon {
	padding-bottom: 24px;
}

.ifb_qk_maincon .ifb_qk_tit {
	font-size: 24px;
	color: #222;
	padding-top: 40px;
	margin: 0 auto 40px;
	text-align: center;
}

.ifb_qk_maincon .ifb_qk_tit span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
}

.ifb_qk_maincon p {
	font-size: 15px;
	line-height: 32px;
	color: #333;
}

.ifb_qk_maincon ul li {
	float: left;
	width: 326px;
	height: 48px;
	line-height: 48px;
	background-color: #f8f9fd;
	border-radius: 4px;
	border: solid 1px #eff1f4;
	font-size: 14px;
	padding: 0 16px;
	margin: 0 52px 16px 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ifb_qk_maincon ul li:nth-of-type(3n) {
	margin-right: 0;
}

.ifb_qk_xghw ul {
	padding: 0;
}

.ifb_qk_xghw ul li {
	width: 20%;
	padding-right: 2%;
}

.ifb_qk_xghw ul li:nth-of-type(5n) {
	padding-right: 0;
}

.ifb_qk_mzsm>p {
	padding: 0;
	font-size: 13px;
	line-height: 26px;
	opacity: 0.87;
}

.ifb_qk_mzsm>p a {
	color: #999;
}

.ifb_qk_mzsm>p a:hover {
	color: #309ae6;
}

.ifb_qk_pages {
	padding: 25px 100px;
	background-color: #fff;
	margin-bottom: 15px;
}

.ifb_qk_pages_dy {
	padding: 25px 40px;
}

.ifb_qk_pages ul li {
	float: left;
	width: 50%;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ifb_qk_pages ul li:first-of-type {
	padding-right: 3%;
	text-align: left;
}

.ifb_qk_pages ul li:nth-of-type(2) {
	text-align: right;
}

.ifb_qk_pages ul li a {
	color: #777;
}

.ifb_qk_pages ul li a b {
	color: #333;
}

.ifb_qk_pages ul li a:hover {
	color: #0087d8;
}

.ifb_qk_pages ul li a:hover b {
	color: #0087d8;
}

.ifb_qk_qkxx .info-box .box-title h3,
.ifb_qk_qkxx .info-box .box-title h1,
.ifb_dy_qkxx .info-box .box-title h2.ifb-dyqkname2 {
	line-height: 44px;
	height: auto;
	overflow: unset;
	white-space: normal;
}

.ifb_dy_qkxx .info-box .box-title h1.ifb-dyqkname,
.ifb_dy_qkxx .info-box .box-title h2.ifb-dyqkname2 {
	display: inline;
}

.ifb_fw_mzsm {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin-top: 30px;
}

.ifb_fw_mzsm b {
	font-weight: bold;
}

.ifb_fw_yqlj {
	padding: 20px 50px 15px 50px;
}

.ifb_fw_yqlj h5 {
	margin: 0 auto 6px auto;
}

.ifb_fw_yqlj ul li {
	width: 14.28%;
	padding-right: 1%;
}

.ifb_fw_yqlj_dy {
	padding: 25px 40px;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
	content: "\e666";
}

.icon-sitting:before {
	content: "\e64c";
}

.icon-tag:before {
	content: "\e64d";
}

.icon-unlock:before {
	content: "\e655";
}

.icon-money:before {
	content: "\e663";
}

.icon-people3:before {
	content: "\e664";
}

.icon-mac:before {
	content: "\e667";
}

.icon-windows:before {
	content: "\e668";
}

.icon-android:before {
	content: "\e669";
}

.icon-answer:before {
	content: "\e604";
}

.icon-app:before {
	content: "\e605";
}

.icon-camera:before {
	content: "\e608";
}

.icon-cart:before {
	content: "\e60a";
}

.icon-code:before {
	content: "\e60c";
}

.icon-delete:before {
	content: "\e60f";
}

.icon-deliver:before {
	content: "\e611";
}

.icon-display:before {
	content: "\e612";
}

.icon-enclosure:before {
	content: "\e617";
}

.icon-favor:before {
	content: "\e619";
}

.icon-home:before {
	content: "\e626";
}

.icon-lock:before {
	content: "\e62d";
}

.icon-message:before {
	content: "\e631";
}

.icon-my:before {
	content: "\e635";
}

.icon-service:before {
	content: "\e649";
}

.icon-record:before {
	content: "\e63f";
}

.icon-roundcheck:before {
	content: "\e646";
}

.icon-notification:before {
	content: "\e637";
}

.icon-menu:before {
	content: "\e630";
}

.icon-edit:before {
	content: "\e615";
}

.icon-download:before {
	content: "\e614";
}

.icon-information:before {
	content: "\e627";
}

.icon-more:before {
	content: "\e633";
}

.icon-refresh:before {
	content: "\e640";
}

.icon-anquan:before {
	content: "\e649";
}

.icon-dibiao:before {
	content: "\e64d";
}

.icon-fenxiang:before {
	content: "\e650";
}

.icon-jiaxingshoucang:before {
	content: "\e651";
}

.icon-qian:before {
	content: "\e655";
}

.icon-selectionfill:before {
	content: "\e6e1";
}

.icon-sort:before {
	content: "\e700";
}

.icon-qiang:before {
	content: "\e70b";
}

.icon-choiceness:before {
	content: "\e715";
}

.icon-choicenessfill:before {
	content: "\e714";
}

.icon-roundclose:before {
	content: "\e659";
}

.icon-roundclosefill:before {
	content: "\e658";
}

.icon-rechargefill:before {
	content: "\e6ec";
}

.icon-recharge:before {
	content: "\e6ed";
}

.icon-infofill:before {
	content: "\e6e4";
}

.icon-info:before {
	content: "\e6e5";
}

.icon-attentionforbid:before {
	content: "\e7b2";
}

.icon-attentionforbidfill:before {
	content: "\e7b3";
}

.icon-full:before {
	content: "\e7bc";
}

.icon-lightfill:before {
	content: "\e6f8";
}

.icon-light:before {
	content: "\e6fa";
}

.icon-questionfill:before {
	content: "\e690";
}

.icon-question:before {
	content: "\e691";
}

.icon-roundcheckfill:before {
	content: "\e656";
}

.icon-roundcheck1:before {
	content: "\e657";
}

.icon-likefill:before {
	content: "\e668";
}

.icon-like:before {
	content: "\e669";
}

.icon-timefill:before {
	content: "\e65e";
}

.icon-time:before {
	content: "\e65f";
}

.icon-appreciatelight:before {
	content: "\e7a0";
}

.icon-musicfill:before {
	content: "\e795";
}

.icon-musicforbidfill:before {
	content: "\e796";
}

.icon-sortlight:before {
	content: "\e7ad";
}

.icon-forwardfill:before {
	content: "\e6ea";
}

.icon-forward:before {
	content: "\e6eb";
}

.icon-wifi:before {
	content: "\e6f2";
}

.icon-favorfill:before {
	content: "\e64b";
}

.icon-favor1:before {
	content: "\e64c";
}

.icon-roundaddfill:before {
	content: "\e6d8";
}

.icon-roundadd:before {
	content: "\e6d9";
}

.icon-squarecheck:before {
	content: "\e6d6";
}

.icon-square:before {
	content: "\e6d5";
}

.icon-squarecheckfill:before {
	content: "\e6d4";
}

.icon-round:before {
	content: "\e6d7";
}

.icon-appreciate:before {
	content: "\e644";
}

.icon-message1:before {
	content: "\e6bc";
}

.icon-bangzhuzhongxin:before {
	content: "\e78f";
}

.icon-xiangshang3:before {
	content: "\e76f";
}

.icon-xiangxia5:before {
	content: "\e774";
}

.icon-xiangyou2:before {
	content: "\e776";
}

.icon-xiangzuo2:before {
	content: "\e77a";
}

.icon-xinxifill:before {
	content: "\e762";
}

.icon-xinxi:before {
	content: "\e763";
}

.icon-guanbi1:before {
	content: "\e723";
}

.icon-guanbi2fill:before {
	content: "\e724";
}

.icon-guanbi2:before {
	content: "\e725";
}

.icon-jiahao:before {
	content: "\e726";
}

.icon-jiahao1:before {
	content: "\e727";
}

.icon-jianhao:before {
	content: "\e729";
}

.icon-jiahao2fill:before {
	content: "\e728";
}

.icon-tishifill:before {
	content: "\e72a";
}

.icon-tishi:before {
	content: "\e72b";
}

.icon-wenhaofill:before {
	content: "\e72c";
}

.icon-wenhao:before {
	content: "\e72d";
}

.icon-xuanze:before {
	content: "\e72e";
}

.icon-yuanxingweixuanzhong:before {
	content: "\e72f";
}

.icon-yuanxingxuanzhongfill:before {
	content: "\e730";
}

.icon-yuanxingxuanzhong:before {
	content: "\e731";
}

.icon-danxuanfill:before {
	content: "\e71e";
}

.icon-danxuan:before {
	content: "\e71f";
}

.icon-fangxingweixuanzhong:before {
	content: "\e720";
}

.icon-fangxingxuanzhongfill:before {
	content: "\e721";
}

.icon-fangxingxuanzhong:before {
	content: "\e722";
}

.icon-gengduo:before {
	content: "\e73a";
}

.icon-fenxiang1:before {
	content: "\e739";
}

.icon-biaoxingfill:before {
	content: "\e732";
}

.icon-biaoxing:before {
	content: "\e733";
}

.icon-liuyanfill:before {
	content: "\e743";
}

.icon-liuyan:before {
	content: "\e744";
}

.icon-pengyoufill:before {
	content: "\e745";
}

.icon-pengyou:before {
	content: "\e746";
}

.icon-chexiao:before {
	content: "\e734";
}

.icon-saoma:before {
	content: "\e749";
}

.icon-shouye:before {
	content: "\e751";
}

.icon-shouyefill:before {
	content: "\e750";
}

.icon-shizhong:before {
	content: "\e74f";
}

.icon-shizhongfill:before {
	content: "\e74e";
}

.icon-sousuo:before {
	content: "\e752";
}

.icon-sousuoleimufill:before {
	content: "\e753";
}

.icon-sousuoleimu:before {
	content: "\e754";
}

.icon-zuobiao:before {
	content: "\e769";
}

.icon-zuobiaofill:before {
	content: "\e768";
}

.icon-shuaxin:before {
	content: "\e782";
}

.icon-xiangji1fill:before {
	content: "\e77e";
}

.icon-xiangji1:before {
	content: "\e77f";
}

.icon-xiangji2:before {
	content: "\e780";
}

.icon-gouwuchetianjia:before {
	content: "\e640";
}

.icon-new:before {
	content: "\e667";
}

.icon-mian:before {
	content: "\e67e";
}

.icon-yonghu:before {
	content: "\e633";
}

.icon-print:before {
	content: "\e6c9";
}

.icon-servicezhengpinbaozhang:before {
	content: "\f024c";
}

.icon-new1:before {
	content: "\f0180";
}

.icon-shuji:before {
	content: "\e64e";
}

.icon-xiangji11:before {
	content: "\e82f";
}

.icon-xiangji:before {
	content: "\e830";
}

.icon-weibo3:before {
	content: "\e810";
}

.icon-weibo:before {
	content: "\e811";
}

.icon-weixin1:before {
	content: "\e812";
}

.icon-weixin2:before {
	content: "\e813";
}

.icon-weixin3:before {
	content: "\e814";
}

.icon-weixin4:before {
	content: "\e815";
}

.icon-weixin5:before {
	content: "\e816";
}

.icon-weixin6:before {
	content: "\e817";
}

.icon-weixin:before {
	content: "\e818";
}

.icon-weixin11:before {
	content: "\e819";
}

.icon-tupian1:before {
	content: "\e803";
}

.icon-tupian2:before {
	content: "\e804";
}

.icon-tupian4:before {
	content: "\e806";
}

.icon-tupian:before {
	content: "\e807";
}

.icon-tupian3:before {
	content: "\e805";
}

.icon-tushu:before {
	content: "\e808";
}

.icon-tushuguan:before {
	content: "\e809";
}

.icon-tushushi:before {
	content: "\e80a";
}

.icon-weibo1:before {
	content: "\e80e";
}

.icon-weibo2:before {
	content: "\e80f";
}

.icon-tengxun:before {
	content: "\e7f0";
}

.icon-tengxunweibo1:before {
	content: "\e7f1";
}

.icon-tengxunweibo2:before {
	content: "\e7f2";
}

.icon-tengxunweibo:before {
	content: "\e7f3";
}

.icon-qianbaopengyou:before {
	content: "\e79e";
}

.icon-renren1:before {
	content: "\e7ba";
}

.icon-re:before {
	content: "\e7b9";
}

.icon-renren:before {
	content: "\e7bb";
}

.icon-renrenwang:before {
	content: "\e7bc";
}

.icon-qq:before {
	content: "\e61b";
}

.icon-qqkongjian2:before {
	content: "\e61c";
}

.icon-qqkongjian3:before {
	content: "\e61d";
}

.icon-qqkongjian4:before {
	content: "\e61e";
}

.icon-qqkongjian5:before {
	content: "\e61f";
}

.icon-qqkongjianyuandi:before {
	content: "\e621";
}

.icon-qq1:before {
	content: "\e617";
}

.icon-qq3:before {
	content: "\e618";
}

.icon-qq4:before {
	content: "\e619";
}

.icon-31rexiao:before {
	content: "\e602";
}

.icon-servicefill:before {
	content: "\e622";
}

.icon-bianji1:before {
	content: "\e63f";
}

.icon-bianji2:before {
	content: "\e640";
}

.icon-code1:before {
	content: "\e605";
}

.icon-servicezengyunfeixian:before {
	content: "\e627";
}

.icon-servicezhidingwuliu:before {
	content: "\e629";
}

.icon-serviceqitiantuihuan:before {
	content: "\e623";
}

.icon-serviceshandiantuikuan:before {
	content: "\e625";
}

.icon-servicequanguolianbao:before {
	content: "\e624";
}

.icon-servicewunianzhibao:before {
	content: "\e626";
}

.icon-gouwuche2:before {
	content: "\e6ed";
}

.icon-liebiao13:before {
	content: "\e762";
}

.icon-butie1:before {
	content: "\e658";
}

.icon-dianhua2:before {
	content: "\e6a0";
}

.icon-dengdaiyuan:before {
	content: "\e69b";
}

.icon-piping:before {
	content: "\e792";
}

.icon-zanyang:before {
	content: "\e876";
}

/* showDialog */
#SD_HideSelect {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html #SD_HideSelect {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#SD_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

* html #SD_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.SD_overlayBG {
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

.SD_overlayBG2 {
	background: #FFFFFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

.SD_bg {
	background: #333333;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	width: 9px;
	height: 9px;
	overflow: hidden;
}

#SD_window {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	overflow: hidden;
	background-color: #fff;
	border: 10px solid rgba(0, 0, 0, 0.3);
}

#SD_container {
	position: relative;
	z-index: 1005;
	background: #FFFFFF;
	border: 1px solid #888888;
	float: left;
}

#SD_window h3 {
	height: 30px;
	line-height: 30px;
	background: #F6F6F6;
	border-bottom: 1px solid #CDCDCD;
	text-indent: 10px;
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	cursor: move;
}

#SD_close_n {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1005;
	width: 17px;
	height: 17px;
	border: none;
	background: url(../images/login-close.png) no-repeat center center;
	background-position: -1px -16px;
	display: none;
}

#SD_close_n:hover {
	background-position: -1px 1px;
}

#SD_window #SD_close_n {
	top: 7px;
	right: 11px;
}

#SD_body {
	padding: 15px;
	white-space: normal;
}

#SD_body,
#SD_body div,
#SD_body p,
#SD_body td {
	color: #000000;
}

#SD_button {
	padding: 10px 0px;
	background: #F6F6F6;
	border-top: 1px solid #CDCDCD;
	text-align: right;
	display: none;
}

#SD_button a {
	margin-right: 10px;
	padding: 6px 10px 4px;
	background: #005EAC;
	border-width: 1px;
	border-style: solid;
	border-color: #D8DFEA #0E1F5B #0E1F5B #D8DFEA;
	white-space: nowrap;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#SD_button a:hover {
	text-decoration: none;
}

#SD_close {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 1005;
	width: 17px;
	height: 17px;
	border: none;
	background: url(../images/login-close.png) no-repeat center;
	display: none;
}

#SD_close:hover {
	background-position: 0px -17px;
}


/* 购物车结算新样式覆盖 */
.settlement-table-list .letter-con li .selIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/1-3-1jiesuan.png') no-repeat center center;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 14px;
}

.settlement_shop-list {
	overflow: hidden;
	padding-bottom: 40px;
	background: #fff;
}

.set-btm {
	margin-bottom: 14px;
}

.settlement_shop-list .my-shop-count {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	margin: 24px 5px 0px 0px;
	width: 492px;
	height: 32px;
	line-height: 32px;
	float: right;
	background: url(../images/1-1shop.png) no-repeat center center;
	align-content: center;
}

.settlement_shop-list .settlement_order_step li {
	height: 32px;
	color: #777;
	overflow: hidden;
	font-size: 13px;
	float: left;
	text-align: left;
	margin-top: 26px;
	margin-left: 80px;
}

.settlement_shop-list .settlement_order_step li.current {
	color: #222;
	margin-left: 56px;
}

.settlement_shop-list .settlement_order_step li.current_prev {
	background-position: right -114px;
	color: #222;
}

.settlement_shop-list .settlement_order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.nbold {
	font-weight: normal;
}

.settlement_shop-list .settlement_order_step li span {
	display: block;
}

.goods_list .first-th {
	font-size: 16px;
	text-indent: 22px;
}

.settlement-table-list table {
	margin: 0px auto;
}

.settlement-table-list table thead th {
	padding: 14px 0px;
	font-size: 14px;
}

.settlement-table-list table thead .first-th {
	font-size: 16px;
}

.settlement_dxcartbg {
	background-color: #f6f6f6;
	min-height: 550px;
}

.settlement_haozz_breadcrumb {
	padding: 10px 0px;
	background-color: #f6f6f6;
	color: #777777;
	font-size: 14px;
}

.settlement_dostbg {
	background-color: #f6f6f6;
}

.settlement_haozz_breadcrumb a,
.settlement_haozz_breadcrumb span,
.settlement_haozz_breadcrumb h1 {
	color: #777;
}

.settlement_haozz_breadcrumb h1 {
	font-size: 14px;
	display: inline-block;
	font-weight: normal;
}

.settlement_haozz_breadcrumb .current {
	color: #222;
}

.settlement-table-list table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}

.settlement-table-list table tbody td {
	padding: 16px 5px;
	line-height: 25px;
	font-size: 13px;
}

.settlement-table-list .cart_img {
	margin-left: 30px;
}

.settlement_shop-list .my-shop-count b {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 16px;
	color: #ef2323;
}

.settlement-table-list .cart_info {
	margin: 10px 0;
	font-size: 14px;
}

.settlement-table-list .cart_info b {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	color: #ef2328;
}

.settlement-table-list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef2328;
}

.order_submit,
.input-but-big {
	background-color: #e64347 !important;
	padding: 14px 20px !important;
	margin-left: 20px !important;
	margin-right: 5px !important;
	border-radius: 4px !important;
	color: #fff !important;
}

.settlement-table-list .total-index {
	border-top: 14px solid #f6f6f6;
	border-bottom: 20px solid #f6f6f6;
}

.settlement_cart_message .cart-way p a:hover {
	color: #00b1c6;
}

.settlement_dlsorder p a:hover {
	color: #00b1c6;
}

.settlement-table-list .cart_act:hover {
	color: #ef2328;
}

.settlement_order_new {
	background: url(../images/1-2shop.png) no-repeat center center !important;
}

.settlement-table-list .cart_total i {
	display: inline-block;
	margin-right: 2px;
	font-style: normal;
}

.settlement_order_new li {
	margin-left: 54px !important;
}

.settlement_order_new li.current {
	margin-left: 89px !important;
}

.settlement_order_new li.last {
	margin-left: 74px !important;
}

.settlement-table-list .addresseditbox {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 12px;
}

.settlement-order-sub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 0px;
	font-size: 14px;
}

.settlement-table-list .addresseditbox li {
	width: 220px;
	height: 85px;
	overflow: hidden;
	float: left;
	margin: 5px;
	cursor: pointer;
	padding: 3px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e8e8e8;
	font-size: 14px;
}

.settlement-table-list .addresseditbox li .t {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.settlement-table-list .addresseditbox li .c {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	color: #222;
}

.settlement-table-list .addresseditbox li b {
	font-size: 14px;
	margin-right: 3px;
}

.settlement-table-list .addresseditbox li span {
	font-size: 14px;
	margin-left: 6px;

}

.settlement-table-list .addresseditbox li:hover {
	background-color: #fff7f5;
	border: solid 1px #ff2f51;
}

.settlement-table-list .addresseditbox li .addresseditbox-con {
	padding: 5px;
}

.settlement-table-list .letter-outer {
	margin: -8px 5px;
}

.settlement-table-list .letter-box {
	border: none;
}

.settlement-table-list .letter-con {
	padding: 15px 2px 15px 16px;
	margin: 0px 12px 0px 10px;
	background-color: #fff7f5;
	border-radius: 6px;
	border: solid 1px #ff2f51;
}

.settlement-table-list .letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.settlement-table-list .letter-con li span {
	color: #555;
}

.settlement-table-list .letter-con li b {
	font-size: 14px;
}

.settlement-table-list .letter-con li a {
	padding: 5px 14px;
	font-size: 14px;
	color: #4076b7;
	background-color: transparent;
	border-radius: 5px;
	text-decoration: none;
}

.settlement-table-list table tbody,
.settlement-table-list table tfoot,
.table-list table thead th {
	border: none;
}

.settlement-dbxnbor table thead tr {
	background-color: #ffffff;
}

.order-table-list thead tr {
	background-color: #f6f6f6 !important;
}

.new-fgx {
	height: 14px;
	background: #f6f6f6;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.settlement-order-sub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 0px;
}


.settlement-shop-th {
	background-color: #f6f6f6;
}

.settlement_cart_price_total {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.order_new_blk {
	padding: 14px 0px;
	font-size: 14px;
}

.settlement_dlsorder p {
	font-size: 14px;
}

.order_new_blk .rg>span {
	display: inline-block;
	margin-left: 30px;
}

.settlement_bg {
	background-color: #f6f6f6;
	padding-bottom: 20px;
}

.settlement_cart_message {
	padding: 0px 0 25px 0;

}

.settlement_cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.settlement_cart_message .cart_message_but {
	margin-left: 150px;
	margin: 30px auto;
	text-align: center;
}

.settlement_cart_message .settlement_message_con {
	padding: 30px 0px;
	background-color: #fff;
	margin: 0px auto;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
}

.settlement_cart_message .settlement_message_con .order-code {
	color: #ef2328;
}

.settlement_cart_message .cart_error .cart_message_info {
	color: red;
}

.settlement_cart_message .settlement_message_con .title {
	color: #222;
	font-size: 20px;
}

.settlement_cart_message .settlement_message_con .payWay {
	color: #222;
	font-size: 14px;
}

.settlement_cart_message .settlement_message_con .payWay span {
	color: #ef2328;
	font-size: 12px;
}

.settlement_cart_message .settlement_message_con .payWay b {
	font-size: 16px;
}

.settlement_cart_message .settlement_message_con .payment_list {
	text-align: center;
	width: 490px;
	margin: 40px auto 57px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.settlement_cart_messag .settlement_message_con .cart-way {
	border-bottom: 14px solid #f6f6f6;
	padding: 0px 0px 20px;
}

.settlement_cart_messag .settlement_message_con .w-chat {
	padding: 50px 0px;
}

.settlement_cart_messag .settlement_message_con .w-chat h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.settlement_cart_message .cart_list {
	text-align: center;
}

.settlement_cart_message .cart-way {
	padding: 30px 0px;
	background-color: #fff;
	font-size: 14px;
}

.settlement_cart_message .cart-way p {
	margin-bottom: 10px;
}

.settlement_cart_message .cart-way .chooseother {
	display: inline-block;
	margin-left: 34px;
}

.settlement_cart_message .w-chat h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.settlement_cart_message .w-chat {
	padding: 30px 0px;
	background-color: #fff;
	margin-top: 14px;
}

.sel-domber1 .right {
	float: right;
	text-align: right;
	margin-right: 40px;
	background-color: #fff;
}

.sel-domber1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	background-color: #fff;
	margin-bottom: 20px;
}

.sel-domber1 .right a {
	display: inline-block;
	margin-left: 50px;
	font-size: 14px;
}

.sel-domber1 .right a:hover {
	color: #14b4f0;
}

.sel-domber1 .right a i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	width: 20px;
	height: 20px;
}

.sel-dostr .myOrder ul li p {
	font-size: 14px;
}

.sel-dostr .myOrder ul li:hover a {
	color: #14b4f0;
}

.sel-domber1 .right .personal i {
	background: url('../img/1-7personal.png') no-repeat center center;
}

.sel-domber1 .right .personal:hover i {
	background: url('../img/1-7-1personal.png') no-repeat center center;
}

.sel-domber1 .right .lock i {
	background: url('../img/1-7lock.png') no-repeat center center;
}

.sel-domber1 .right .lock:hover i {
	background: url('../img/1-7-1lock.png') no-repeat center center;
}

.sel-domber1>div {
	width: 405px;
	padding-left: 28px;
	float: left;
	overflow: hidden;
}

.sel-domber1 span {
	display: inline-block;
	width: 95px;
	margin-right: 39px;
	float: left;
	text-align: center;
}

.sel-domber1 span img {
	width: 91px;
	height: 91px;
	border-radius: 100%;
}

.sel-domber1 span a {
	display: inline-block;
	height: 23px;
	padding: 0 8px;
	margin-top: 18px;
	line-height: 23px;
	font-size: 13px;
	color: #777;
	border: 1px solid #777;
	border-radius: 30px;
}

.sel-domber1 span a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #14b4f0;
	background-color: #14b4f0;
}

.sel-domber1 div p {
	margin-bottom: 6px;
	font-size: 13px;
	color: #777;
}

.domt {
	margin-top: 10px;
}

.sel-domber1>p {
	width: 400px;
	margin-top: 10px;
	float: left;
}

.sel-domber1>p a {
	display: inline-block;
	width: 113px;
	margin-right: 3px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.sel-domber1>p a:hover {
	text-decoration: none;
	color: #14b4f0;
}

.sel-domber1>p img {
	display: block;
	margin: 0 auto 13px auto;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;
}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}

.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
}

.domber3 h4 {
	margin: 7px 0 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.domber3 div {
	width: 264px;
	min-height: 225px;
	float: left;
	margin-bottom: 24px;
	text-align: center;
	font-size: 0;
	border: 1px solid #e9e9e9;
}

.dlmid {
	margin: 0 25px;
}

.domber3 h5 {
	margin: 0 auto 14px auto;
	font-size: 14px;
	color: #444;
}

.domber3 span {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 28px auto 18px auto;
	border-radius: 100%;
	background: url(../img/dlfast.png) no-repeat;
}

.dlmid span {
	background-position: -85px 0;
}

.dlcid span {
	background-position: -170px 0;
}

.domber3 div p {
	font-size: 13px;
	color: #939393;
}

.sel-dostr .myOrder {
	background-color: #fff;
	padding: 0px 0px 20px;
}

.sel-dostr .myOrder .tit {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.sel-dostr .myOrder .tit h4 {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	text-indent: 20px;
}

.sel-dostr .myOrder .tit a {
	font-size: 13px;
	color: #00b1c6;
	display: inline-block;
	margin-right: 18px;
}

.sel-dostr .myOrder ul {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li {
	width: 20%;
	text-align: center;
	font-size: 14px;
}

.sel-dostr .myOrder ul li div {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	margin: auto;
}

.sel-dostr .myOrder .shopIcon1 div {
	background: url('../img/shopIcon1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon1:hover div {
	background: url('../img/shopIcon1-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2 div {
	background: url('../img/shopIcon2.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2:hover div {
	background: url('../img/shopIcon2-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3 div {
	background: url('../img/shopIcon3.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3:hover div {
	background: url('../img/shopIcon3-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4 div {
	background: url('../img/shopIcon4.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4:hover div {
	background: url('../img/shopIcon4-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5 div {
	background: url('../img/shopIcon5.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5:hover div {
	background: url('../img/shopIcon5-1.png') no-repeat center center;
}

.sel-dostr .myOrder ul li p {
	margin-top: 5px;
}

.sel-domber2 {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;

}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}

.sel-domber2 div {
	padding: 10px 24px 10px 40px;
	display: flex;
}

.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
}

.sel-dostr {
	width: 1000px;
	float: right;
}

.sel-domber {
	padding: 0px;
	margin-bottom: 20px;
}

.invoice_info {
	margin-left: 20px;
}

/* 发货说明 */
.ifb_dy_fhsm>ul {
	background-color: #fff;
	padding: 36px 68px;
}

.ifb_dy_fhsm>ul li {
	padding-left: 64px;
	position: relative;
	margin-bottom: 24px;
}

.ifb_dy_fhsm>ul li:last-of-type {
	margin-bottom: 0;
}

.ifb_dy_fhsm>ul li::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/ifb_dy_fhsm.png) no-repeat;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 5px;
}

.ifb_dy_fhsm>ul li:nth-of-type(2)::before {
	background-position: 0 -80px;
}

.ifb_dy_fhsm>ul li:nth-of-type(3)::before {
	background-position: 0 -157px;
}

.ifb_dy_fhsm>ul li b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #309ae6;
	margin-bottom: 4px;
}

.ifb_dy_fhsm>ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.ifb_dy_fhsm>ul li:hover p {
	color: #309ae6;
}


.bing-head-top {
	width: 1284px;
	height: 110px;
	background-color: #ffffff;
	box-sizing: border-box;
	display: flex;
	margin: 0px auto 20px;
	align-items: center;
}

.bing-head-top a {
	display: flex;
	width: 25%;
	height: 110px;
	align-items: center;
	justify-content: center;

}

.bing-head-top a:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.bing-head-top a img {
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: 4px;
}

.bing-head-top a>div {
	text-align: left;
	margin-left: 8px;
}

.bing-head-top a b {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.bing-head-top a p {
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}

.dyoship-bing {
	width: 1284px;
	margin: 20px auto;
	box-sizing: border-box;
	padding: 0px 30px 40px;
	background-color: #fff;
	overflow: hidden;
}

.dyoship-bing h3 {
	font-size: 28px;
	padding-top: 46px;
	text-align: center;
}

.dyoship-bing ul {
	display: flex;
	margin-left: 34px;
}

.dyoship-bing ul li {
	width: 160px;
	height: 219px;
	background-color: #f7f7f7;
	box-sizing: border-box;
	margin: 46px 35px 10px;
	text-align: center;
}

.dyoship-bing ul li img {
	max-width: 160px;
	max-height: 219px;
}

.bing-qkml li a {
	cursor: pointer;
}

.new-bing-zx {
	padding: 20px 0px;
	overflow: hidden;
	margin-top: 20px;
}

.new-bing-zx a {
	display: block;
	width: 220px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #0097e1;
	border-radius: 24px;
	margin: auto;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.new-bing-zx a img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 10px;
}

.new-bing-zx a:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	transition: 0.2s;
	opacity: 0.85;
	color: #fff;
}

.wenda-body .wenda-main ul.wd_lssl {
	display: inline;
}

.wenda-body .wenda-main ul.wd_lssl li {
	display: inline;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
}

.wenda-body .wenda-main ul.wd_lssl li::after {
	content: "、";
	display: inline-block;
}

.wenda-body .wenda-main ul.wd_lssl li:last-of-type:after {
	display: none;
}

.bckfo-bing ul {
	width: 510px;
	margin: 0 auto;
}

.bckfo-bing ul li a {
	font-size: 15px;
	color: #fff;
}

.bckfo-bing ul li a:hover {
	opacity: .8;
}

.wenda-body .block-zz-common {
	padding: 40px 0 0 0;
}

.bckfo-bing>p.block-sm {
	margin-top: 37px;
	text-align: center;
	border-top: 1px solid #303030;
	font-size: 12px;
	line-height: 24px;
	padding: 25px 0 0;
	color: #666;
}

.wenda-body .ifbscitable1 .r_key {
	display: grid;
	align-items: center;
	justify-content: center;
}

/* 弹窗 */
.ifb_m_alert_box {
	position: fixed;
	top: 32%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
	max-width: 90%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 9999;
	opacity: 0;
	transition: all 0.3s ease;
	min-height: 120px;
	min-width: 310px;
}

.ifb_member_info .ifb_m_alert_box {
	left: 58.5%;
	top: 43%;
}

.ifb_member_pass .ifb_m_alert_box {
	left: 58.5%;
	top: 38%;
}

.ifb_m_alert_icon_in {
	width: 35px;
	height: 35px;
	margin: 0 auto 16px;
	background: url(../images/icon_member_tck.png) no-repeat center;
}

.ifb_m_alert_box .alert_content p {
	font-size: 18px;
}

.ifb_m_alert_box_show {
	opacity: 1;
	transform: translate(-50%, -50%) translateY(0);
}

.menu-box .menu-item ul li.ifb_menu_tel {
	font-size: 15px;
	color: #fff;
}

.menu-box .menu-item ul li.ifb_menu_tel .tel {
	margin-left: 20px;
}

.menu-box .menu-item ul li.ifb_menu_tel .tel:before,
.menu-box>.ifb_menu_tel:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/ifb_icon_menu_tel.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}

.logo-box-blue .menu-box .menu-item ul li.ifb_menu_tel .tel,
.menu-box>.ifb_menu_tel {
	font-size: 15px;
	color: #178ff3;
}

.menu-box>.ifb_menu_tel {
	line-height: 65px;
}

.logo-box-blue .menu-box .menu-item ul li.ifb_menu_tel .tel:before,
.menu-box>.ifb_menu_tel:before {
	background: url(../images/ifb_icon_menu_tel_blue.png) no-repeat;
}

.cart_tip_bd {
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -200px;
	z-index: 9999;
	background: #fff;
}

.cart_tip_bd .head {
	height: 28px;
}

.cart_tip_bd .head .close-btn {
	float: right;
}

.cart_tip_bd .mac-success-txt {
	height: 30px;
	line-height: 32px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}

.cart_tip_bd .mac-success-txt em {
	background-position: -80px -144px;
	background-image: url(../image/ibar_sprites.png);
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}

.cart_tip_bd .module-cart-box p {
	text-align: center;
}

.cart_tip_bd .mac-go-cart {
	background-color: #0087d8;
	margin-top: 13px;
	background-position: -84px -146px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 145px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.cart_tip_bd .close-btn {
	background-image: url(../image/ibar_sprites.png);
	background-position: -55px -138px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	width: 23px;
	height: 23px;
	font: 0/0 a;
	margin-top: 5px;
}

.cart_tip_bd .close-txt {
	margin-left: 20px;
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}

.cart_tip_bd .mac-go-cart:hover {
	text-decoration: none;
}